wok diff nmap/receipt @ rev 8399

linux,syslinux: no more awk in shell tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 05 16:34:18 2011 +0100 (2011-02-05)
parents 6d38ede420a7
children dc6a2b74df53
line diff
     1.1 --- a/nmap/receipt	Sat Jan 29 05:03:37 2011 +0000
     1.2 +++ b/nmap/receipt	Sat Feb 05 16:34:18 2011 +0100
     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.