[arch-commits] Commit in lynx/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Aug 17 05:59:10 UTC 2008


    Date: Sunday, August 17, 2008 @ 01:59:10
  Author: allan
Revision: 9279

upgpkg: lynx 2.8.6-2
    ncurses rebuild

Modified:
  lynx/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 05:57:43 UTC (rev 9278)
+++ PKGBUILD	2008-08-17 05:59:10 UTC (rev 9279)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=lynx
 pkgver=2.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A text browser for the World Wide Web"
 url="http://lynx.isc.org/"
 arch=(i686 x86_64)
@@ -12,11 +12,12 @@
 source=(http://lynx.isc.org/release/${pkgname}${pkgver}.tar.gz)
 url="http://lynx.isc.org"
 backup=('etc/lynx.cfg')
-md5sums=('2158041a3fdb5d094831da2c82cfcaba')
+md5sums=('c1346198ae99302cc26763d89f89a239')
 
 build() {
   cd $startdir/src/${pkgname}2-8-6
-  ./configure --prefix=/usr --sysconfdir=/etc --with-ssl --enable-nls
+  ./configure --prefix=/usr --sysconfdir=/etc --with-ssl --enable-nls \
+    --mandir=/usr/share/man
   make || return 1
   make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list