summaryrefslogtreecommitdiffstats
path: root/abs/extra/lynx
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 20:02:07 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 20:02:07 (GMT)
commitdb5f2cdf62d28b50afb85d1445a325f88e299975 (patch)
tree483de52e9e427172a82fc75d55f972643badaca0 /abs/extra/lynx
parent0f1c658ec72522538b3bd0ebbc1ab995af28e1d6 (diff)
downloadlinhes_pkgbuild-db5f2cdf62d28b50afb85d1445a325f88e299975.zip
linhes_pkgbuild-db5f2cdf62d28b50afb85d1445a325f88e299975.tar.gz
linhes_pkgbuild-db5f2cdf62d28b50afb85d1445a325f88e299975.tar.bz2
lynx 2.8.7
Diffstat (limited to 'abs/extra/lynx')
-rw-r--r--abs/extra/lynx/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra/lynx/PKGBUILD b/abs/extra/lynx/PKGBUILD
index c268b34..a793fff 100644
--- a/abs/extra/lynx/PKGBUILD
+++ b/abs/extra/lynx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90160 2010-09-08 14:58:03Z andrea $
+# $Id: PKGBUILD 162749 2012-06-29 12:15:20Z pierre $
# Maintainer:
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
@@ -6,10 +6,10 @@
pkgname=lynx
pkgver=2.8.7
_pkgver=2-8-7
-pkgrel=3
+pkgrel=6
pkgdesc="A text browser for the World Wide Web"
url="http://lynx.isc.org/"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('GPL')
depends=('ncurses' 'openssl')
backup=('etc/lynx.cfg')
@@ -22,6 +22,7 @@ build() {
--sysconfdir=/etc \
--with-ssl \
--enable-nls \
+ --enable-ipv6 \
--mandir=/usr/share/man
make
}