summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-11-06 10:39:15 +0100
committertnut <tnut at nutyx dot com>2011-11-06 10:39:15 +0100
commit8c84d4feb19f82798868349401ec5c7efce174ef (patch)
treeb7f00cb63ded9e8b1c835a75108a3c6773ab835d /base
parent0dfeacab01c30c667d61311b6db427ab2dc7a8a0 (diff)
downloadnutyx-extra-8c84d4feb19f82798868349401ec5c7efce174ef.tar.gz
nutyx-extra-8c84d4feb19f82798868349401ec5c7efce174ef.tar.bz2
nutyx-extra-8c84d4feb19f82798868349401ec5c7efce174ef.tar.xz
nutyx-extra-8c84d4feb19f82798868349401ec5c7efce174ef.zip
elink dans extra
Diffstat (limited to 'base')
-rw-r--r--base/elinks/.footprint.i68611
-rw-r--r--base/elinks/.footprint.x86_6411
-rw-r--r--base/elinks/.md5sum.i6861
-rw-r--r--base/elinks/.md5sum.x86_641
-rw-r--r--base/elinks/Pkgfile20
5 files changed, 0 insertions, 44 deletions
diff --git a/base/elinks/.footprint.i686 b/base/elinks/.footprint.i686
deleted file mode 100644
index dd2f350db..000000000
--- a/base/elinks/.footprint.i686
+++ /dev/null
@@ -1,11 +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/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/base/elinks/.footprint.x86_64 b/base/elinks/.footprint.x86_64
deleted file mode 100644
index dd2f350db..000000000
--- a/base/elinks/.footprint.x86_64
+++ /dev/null
@@ -1,11 +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/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/base/elinks/.md5sum.i686 b/base/elinks/.md5sum.i686
deleted file mode 100644
index fb502b259..000000000
--- a/base/elinks/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-9b3f9ce50a9ab84384218b21427be497 elinks-current-0.13.tar.bz2
diff --git a/base/elinks/.md5sum.x86_64 b/base/elinks/.md5sum.x86_64
deleted file mode 100644
index fb502b259..000000000
--- a/base/elinks/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-9b3f9ce50a9ab84384218b21427be497 elinks-current-0.13.tar.bz2
diff --git a/base/elinks/Pkgfile b/base/elinks/Pkgfile
deleted file mode 100644
index 159e51c60..000000000
--- a/base/elinks/Pkgfile
+++ /dev/null
@@ -1,20 +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
-# 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
-}