summaryrefslogtreecommitdiffstats
path: root/extra/elinks/Pkgfile
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 /extra/elinks/Pkgfile
parent0dfeacab01c30c667d61311b6db427ab2dc7a8a0 (diff)
downloadnutyx-pakxe-8c84d4feb19f82798868349401ec5c7efce174ef.tar.gz
nutyx-pakxe-8c84d4feb19f82798868349401ec5c7efce174ef.tar.bz2
nutyx-pakxe-8c84d4feb19f82798868349401ec5c7efce174ef.tar.xz
nutyx-pakxe-8c84d4feb19f82798868349401ec5c7efce174ef.zip
elink dans extra
Diffstat (limited to 'extra/elinks/Pkgfile')
-rw-r--r--extra/elinks/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/elinks/Pkgfile b/extra/elinks/Pkgfile
new file mode 100644
index 000000000..159e51c60
--- /dev/null
+++ b/extra/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
+}