wok diff nmap/receipt @ rev 3040

Add keepassx password manager
author Rohit Joshi <jozee@slitaz.org>
date Tue May 12 13:20:03 2009 +0000 (2009-05-12)
parents 7259edfa1011
children bee79018e13a
line diff
     1.1 --- a/nmap/receipt	Wed Sep 17 23:50:27 2008 +0200
     1.2 +++ b/nmap/receipt	Tue May 12 13:20:03 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="The Network Mapper."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="openssl"
     1.8 +DEPENDS="openssl pcre"
     1.9  BUILD_DEPENDS="python-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://nmap.org/"
    1.12 @@ -18,9 +18,8 @@
    1.13  	./configure --prefix=/usr \
    1.14  	 --infodir=/usr/share/info \
    1.15  	 --cache-file=$PWD/config.cache \
    1.16 -	 --mandir=/usr/share/man $CONFIGURE_ARGS
    1.17 -	 
    1.18 -	make
    1.19 +	 --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21  	make DESTDIR=$PWD/_pkg install-nmap
    1.22  }
    1.23