wok rev 8363

Down: nmap to 5.21.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 03 18:30:37 2011 +0000 (2011-02-03)
parents 53f06e703bed
children 9dde2e58512f
files nmap/receipt
line diff
     1.1 --- a/nmap/receipt	Thu Feb 03 16:52:53 2011 +0000
     1.2 +++ b/nmap/receipt	Thu Feb 03 18:30:37 2011 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nmap"
     1.7 -VERSION="5.50"
     1.8 +VERSION="5.21"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="The Network Mapper."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 -DEPENDS="openssl lua libpcap pcre gcc-lib-base"
    1.13 -BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev lua-dev openssl-dev pcre-dev"
    1.14 +DEPENDS="openssl libpcap pcre gcc-lib-base"
    1.15 +BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev openssl-dev pcre-dev"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://nmap.org/"
    1.18  WGET_URL="http://download.insecure.org/nmap/dist/$TARBALL"
    1.19 @@ -16,13 +16,10 @@
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	./configure --prefix=/usr \
    1.24 -	 --infodir=/usr/share/info \
    1.25 -	 --cache-file=$PWD/config.cache \
    1.26 -	 --mandir=/usr/share/man \
    1.27 -	 --without-liblua $CONFIGURE_ARGS &&
    1.28 -	make -j 4 &&
    1.29 -	make DESTDIR=$PWD/_pkg install-nmap
    1.30 +	./configure --cache-file=$PWD/config.cache \
    1.31 +	 --without-liblua &&
    1.32 +	make &&
    1.33 +	make DESTDIR=$DESTDIR install-nmap
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.