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

Allan McRae allan at archlinux.org
Sun Aug 17 06:14:57 UTC 2008


    Date: Sunday, August 17, 2008 @ 02:14:57
  Author: allan
Revision: 9322

upgpkg: nph 1.2.3-2
    ncurses rebuild

Modified:
  nph/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 06:14:36 UTC (rev 9321)
+++ PKGBUILD	2008-08-17 06:14:57 UTC (rev 9322)
@@ -2,9 +2,9 @@
 # Maintainer: simo <simo at archlinux.org>
 pkgname=nph
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern PH client and API library for accessing PH servers"
-arch=('i686')
+arch=('i686' 'x86_64')
 url="http://www.feep.net/nph/"
 license=('custom')
 depends=('readline' 'termcap-compat')
@@ -13,7 +13,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
   make || return 1
 
   # post-install is broke, n/a to packaging, and doesn't honor DESTDIR




More information about the arch-commits mailing list