summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 21:16:20 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 21:16:20 +0200
commit47694a68534883ef62a66ffaec5054234d1275e6 (patch)
treea5c3aa838a42757a1d459810a10b0609b2601d6c /extra
parentacb6402db42e45a658add52527e16ebd5cef4005 (diff)
downloadnutyx-extra-47694a68534883ef62a66ffaec5054234d1275e6.tar.gz
nutyx-extra-47694a68534883ef62a66ffaec5054234d1275e6.tar.bz2
nutyx-extra-47694a68534883ef62a66ffaec5054234d1275e6.tar.xz
nutyx-extra-47694a68534883ef62a66ffaec5054234d1275e6.zip
Ajout de elinks#0.11.6-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, 32 insertions, 0 deletions
diff --git a/extra/elinks/.footprint b/extra/elinks/.footprint
new file mode 100644
index 000000000..3e741faaa
--- /dev/null
+++ b/extra/elinks/.footprint
@@ -0,0 +1,10 @@
+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
new file mode 100644
index 000000000..28f7b10a0
--- /dev/null
+++ b/extra/elinks/.md5sum
@@ -0,0 +1 @@
+463ec007b013822a82d197580117ea16 elinks-0.11.6.tar.bz2
diff --git a/extra/elinks/Pkgfile b/extra/elinks/Pkgfile
new file mode 100644
index 000000000..18894fc85
--- /dev/null
+++ b/extra/elinks/Pkgfile
@@ -0,0 +1,21 @@
+# 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
+}