[arch-commits] CVS update of extra/network/nmap (PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Feb 27 05:21:34 UTC 2008


    Date: Wednesday, February 27, 2008 @ 00:21:34
  Author: eric
    Path: /home/cvs-extra/extra/network/nmap

Modified: PKGBUILD (1.52 -> 1.53)

upgpkg: nmap 4.53-2
    FSH man pages, added md5sums


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


Index: extra/network/nmap/PKGBUILD
diff -u extra/network/nmap/PKGBUILD:1.52 extra/network/nmap/PKGBUILD:1.53
--- extra/network/nmap/PKGBUILD:1.52	Wed Feb 27 00:02:53 2008
+++ extra/network/nmap/PKGBUILD	Wed Feb 27 00:21:33 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.52 2008/02/27 05:02:53 dan Exp $
+# $Id: PKGBUILD,v 1.53 2008/02/27 05:21:33 eric Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=nmap
@@ -14,6 +14,7 @@
 options=('!makeflags')
 source=(http://download.insecure.org/nmap/dist/$pkgname-$pkgver.tgz
         zenmap_pixmaps.patch)
+md5sums=('0d86c1c4fa55e936d0b7c8051f7036e9' 'ff5513b71f055cfb8094ef8bf4c74008')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -23,7 +24,7 @@
   mkdir zenmap/share/pixmaps/zenmap
   mv zenmap/share/pixmaps/{*.png,*.svg} zenmap/share/pixmaps/zenmap/
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --mandir=/usr/share/man
   make || return 1
   make DESTDIR="$startdir/pkg" install
   




More information about the arch-commits mailing list