summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/lynx
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-09 18:19:34 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-09 18:19:34 (GMT)
commitfbc08d61eff10b56a2fbab64a8dab5bdc1eb5edf (patch)
treef13fef98d3532918169ec24cb19cf6eda653d258 /abs/extra-testing/lynx
parent5445907db788ab2c7c73ea19fc47d59c862fc6a3 (diff)
downloadlinhes_pkgbuild-fbc08d61eff10b56a2fbab64a8dab5bdc1eb5edf.zip
linhes_pkgbuild-fbc08d61eff10b56a2fbab64a8dab5bdc1eb5edf.tar.gz
linhes_pkgbuild-fbc08d61eff10b56a2fbab64a8dab5bdc1eb5edf.tar.bz2
firewire, lm_sensors, lynx and setserial
Diffstat (limited to 'abs/extra-testing/lynx')
-rw-r--r--abs/extra-testing/lynx/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/abs/extra-testing/lynx/PKGBUILD b/abs/extra-testing/lynx/PKGBUILD
new file mode 100644
index 0000000..326e3ee
--- /dev/null
+++ b/abs/extra-testing/lynx/PKGBUILD
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 9279 2008-08-17 05:59:10Z allan $
+# Maintainer: dorphell <dorphell@archlinux.org>
+# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
+pkgname=lynx
+pkgver=2.8.6
+pkgrel=2
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('ncurses' 'openssl')
+source=(http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz)
+url="http://lynx.isc.org"
+backup=('etc/lynx.cfg')
+md5sums=('c1346198ae99302cc26763d89f89a239')
+
+build() {
+ cd $startdir/src/${pkgname}2-8-6
+ ./configure --prefix=/usr --sysconfdir=/etc --with-ssl --enable-nls \
+ --mandir=/usr/share/man
+ make || return 1
+ make DESTDIR=$startdir/pkg install
+}