From 8c84d4feb19f82798868349401ec5c7efce174ef Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 6 Nov 2011 10:39:15 +0100 Subject: elink dans extra --- extra/elinks/.footprint.i686 | 11 +++++++++++ extra/elinks/.footprint.x86_64 | 11 +++++++++++ extra/elinks/.md5sum.i686 | 1 + extra/elinks/.md5sum.x86_64 | 1 + extra/elinks/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 44 insertions(+) create mode 100644 extra/elinks/.footprint.i686 create mode 100644 extra/elinks/.footprint.x86_64 create mode 100644 extra/elinks/.md5sum.i686 create mode 100644 extra/elinks/.md5sum.x86_64 create mode 100644 extra/elinks/Pkgfile (limited to 'extra') diff --git a/extra/elinks/.footprint.i686 b/extra/elinks/.footprint.i686 new file mode 100644 index 000000000..dd2f350db --- /dev/null +++ b/extra/elinks/.footprint.i686 @@ -0,0 +1,11 @@ +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/extra/elinks/.footprint.x86_64 b/extra/elinks/.footprint.x86_64 new file mode 100644 index 000000000..dd2f350db --- /dev/null +++ b/extra/elinks/.footprint.x86_64 @@ -0,0 +1,11 @@ +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/extra/elinks/.md5sum.i686 b/extra/elinks/.md5sum.i686 new file mode 100644 index 000000000..fb502b259 --- /dev/null +++ b/extra/elinks/.md5sum.i686 @@ -0,0 +1 @@ +9b3f9ce50a9ab84384218b21427be497 elinks-current-0.13.tar.bz2 diff --git a/extra/elinks/.md5sum.x86_64 b/extra/elinks/.md5sum.x86_64 new file mode 100644 index 000000000..fb502b259 --- /dev/null +++ b/extra/elinks/.md5sum.x86_64 @@ -0,0 +1 @@ +9b3f9ce50a9ab84384218b21427be497 elinks-current-0.13.tar.bz2 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 +} -- cgit v1.2.3-70-g09d2