wok diff nmap/receipt @ rev 7137

Fixed broadcom-wl. TARBALL name changed and was not downloading.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Nov 05 18:51:15 2010 +0000 (2010-11-05)
parents 3064d619fba9
children 209f2ed52094
line diff
     1.1 --- a/nmap/receipt	Tue Sep 21 12:27:08 2010 +0000
     1.2 +++ b/nmap/receipt	Fri Nov 05 18:51:15 2010 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="The Network Mapper."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="openssl pcre gcc-lib-base"
     1.8 -BUILD_DEPENDS="python-dev"
     1.9 +DEPENDS="openssl lua libpcap pcre gcc-lib-base"
    1.10 +BUILD_DEPENDS="$DEPENDS python-dev lua-dev openssl-dev pcre-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://nmap.org/"
    1.13  WGET_URL="http://download.insecure.org/nmap/dist/$TARBALL"
    1.14 @@ -19,7 +19,8 @@
    1.15  	./configure --prefix=/usr \
    1.16  	 --infodir=/usr/share/info \
    1.17  	 --cache-file=$PWD/config.cache \
    1.18 -	 --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.19 +	 --mandir=/usr/share/man \
    1.20 +	 --without-liblua $CONFIGURE_ARGS &&
    1.21  	make -j 4 &&
    1.22  	make DESTDIR=$PWD/_pkg install-nmap
    1.23  }