summaryrefslogtreecommitdiffstats
path: root/base/elinks/Pkgfile
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 /base/elinks/Pkgfile
parentaabf34886f8790c42216de1b24c7146f65c1f42a (diff)
downloadnutyx-pakxe-87e895a617bd7b355c4e3ad6a41ce3502108ced0.tar.gz
nutyx-pakxe-87e895a617bd7b355c4e3ad6a41ce3502108ced0.tar.bz2
nutyx-pakxe-87e895a617bd7b355c4e3ad6a41ce3502108ced0.tar.xz
nutyx-pakxe-87e895a617bd7b355c4e3ad6a41ce3502108ced0.zip
Maj elinks#0.11.7-1
Diffstat (limited to 'base/elinks/Pkgfile')
-rw-r--r--base/elinks/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/base/elinks/Pkgfile b/base/elinks/Pkgfile
new file mode 100644
index 000000000..8aaf8d09e
--- /dev/null
+++ b/base/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
+# Depends on:
+
+name=elinks
+version=0.11.7
+release=1
+source=(http://elinks.or.cz/download/$name-$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
+}