summaryrefslogtreecommitdiffstats
path: root/elinks
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /elinks
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'elinks')
-rw-r--r--elinks/.footprint.i68611
-rw-r--r--elinks/.footprint.x86_6411
-rw-r--r--elinks/.md5sum.i6861
-rw-r--r--elinks/.md5sum.x86_641
-rw-r--r--elinks/Pkgfile20
5 files changed, 44 insertions, 0 deletions
diff --git a/elinks/.footprint.i686 b/elinks/.footprint.i686
new file mode 100644
index 000000000..dd2f350db
--- /dev/null
+++ b/elinks/.footprint.i686
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/elinks
+lrwxrwxrwx root/root usr/bin/links -> elinks
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/elinks.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/elinks.conf.5.gz
+-rw-r--r-- root/root usr/share/man/man5/elinkskeys.5.gz
diff --git a/elinks/.footprint.x86_64 b/elinks/.footprint.x86_64
new file mode 100644
index 000000000..dd2f350db
--- /dev/null
+++ b/elinks/.footprint.x86_64
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/elinks
+lrwxrwxrwx root/root usr/bin/links -> elinks
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/elinks.1.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/elinks.conf.5.gz
+-rw-r--r-- root/root usr/share/man/man5/elinkskeys.5.gz
diff --git a/elinks/.md5sum.i686 b/elinks/.md5sum.i686
new file mode 100644
index 000000000..fb502b259
--- /dev/null
+++ b/elinks/.md5sum.i686
@@ -0,0 +1 @@
+9b3f9ce50a9ab84384218b21427be497 elinks-current-0.13.tar.bz2
diff --git a/elinks/.md5sum.x86_64 b/elinks/.md5sum.x86_64
new file mode 100644
index 000000000..fb502b259
--- /dev/null
+++ b/elinks/.md5sum.x86_64
@@ -0,0 +1 @@
+9b3f9ce50a9ab84384218b21427be497 elinks-current-0.13.tar.bz2
diff --git a/elinks/Pkgfile b/elinks/Pkgfile
new file mode 100644
index 000000000..159e51c60
--- /dev/null
+++ b/elinks/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Enhanced version of the links textmode WWW browser with frame/table support
+# URL: http://elinks.or.cz/
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Packager: juergen dot daubert at t-online dot de
+
+name=elinks
+version=0.13
+release=1
+source=(http://elinks.or.cz/download/$name-current-$version.tar.bz2)
+
+build () {
+ cd $name-$version-*
+ ./configure --prefix=/usr \
+ --sysconfdir=/usr/etc \
+ --enable-256-colors \
+ --disable-nls
+ make
+ make DESTDIR=$PKG install
+ ln -s elinks $PKG/usr/bin/links
+}