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

Eric Belanger eric at archlinux.org
Fri May 30 03:31:40 UTC 2008


    Date: Thursday, May 29, 2008 @ 23:31:39
  Author: eric
Revision: 2247

upgpkg: geoip 1.4.4-1
    FSH man pages

Modified:
  geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-30 03:29:33 UTC (rev 2246)
+++ PKGBUILD	2008-05-30 03:31:39 UTC (rev 2247)
@@ -13,13 +13,13 @@
 backup=(etc/geoip/GeoIP.conf)
 options=('!libtool')
 source=(http://www.maxmind.com/download/geoip/api/c/GeoIP-${pkgver}.tar.gz)
+md5sums=('27c1320e41e67b9ddcf4118e4eaccd1d')
 
 build() {
   cd ${startdir}/src/GeoIP-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc/geoip
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc/geoip
   make || return 1
   make check || return 1
   make DESTDIR=${startdir}/pkg install
 }
 
-md5sums=('27c1320e41e67b9ddcf4118e4eaccd1d')





More information about the arch-commits mailing list