summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 22:41:42 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 22:41:42 +0100
commit87e895a617bd7b355c4e3ad6a41ce3502108ced0 (patch)
treea950e5159feef8d78239479f78bd165092d28f08 /extra
parentaabf34886f8790c42216de1b24c7146f65c1f42a (diff)
downloadnutyx-extra-87e895a617bd7b355c4e3ad6a41ce3502108ced0.tar.gz
nutyx-extra-87e895a617bd7b355c4e3ad6a41ce3502108ced0.tar.bz2
nutyx-extra-87e895a617bd7b355c4e3ad6a41ce3502108ced0.tar.xz
nutyx-extra-87e895a617bd7b355c4e3ad6a41ce3502108ced0.zip
Maj elinks#0.11.7-1
Diffstat (limited to 'extra')
-rw-r--r--extra/elinks/.footprint10
-rw-r--r--extra/elinks/.md5sum1
-rw-r--r--extra/elinks/Pkgfile21
3 files changed, 0 insertions, 32 deletions
diff --git a/extra/elinks/.footprint b/extra/elinks/.footprint
deleted file mode 100644
index 3e741faaa..000000000
--- a/extra/elinks/.footprint
+++ /dev/null
@@ -1,10 +0,0 @@
-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/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/elinks.1.gz
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/elinks.conf.5.gz
--rw-r--r-- root/root usr/man/man5/elinkskeys.5.gz
diff --git a/extra/elinks/.md5sum b/extra/elinks/.md5sum
deleted file mode 100644
index 28f7b10a0..000000000
--- a/extra/elinks/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-463ec007b013822a82d197580117ea16 elinks-0.11.6.tar.bz2
diff --git a/extra/elinks/Pkgfile b/extra/elinks/Pkgfile
deleted file mode 100644
index 18894fc85..000000000
--- a/extra/elinks/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-# Depends on: openssl, zlib
-
-name=elinks
-version=0.11.6
-release=1
-source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
-
-build () {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --sysconfdir=/usr/etc \
- --enable-256-colors \
- --disable-nls
- make
- make DESTDIR=$PKG install
- ln -s elinks $PKG/usr/bin/links
-}