# HG changeset patch # User Christopher Rogers # Date 1296757837 0 # Node ID e1403dacd13783f59e9831d3521a3627d33d551c # Parent 53f06e703bedd3a49472329b98a69fac605bb3b6 Down: nmap to 5.21. diff -r 53f06e703bed -r e1403dacd137 nmap/receipt --- a/nmap/receipt Thu Feb 03 16:52:53 2011 +0000 +++ b/nmap/receipt Thu Feb 03 18:30:37 2011 +0000 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="nmap" -VERSION="5.50" +VERSION="5.21" CATEGORY="security" SHORT_DESC="The Network Mapper." MAINTAINER="erjo@slitaz.org" -DEPENDS="openssl lua libpcap pcre gcc-lib-base" -BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev lua-dev openssl-dev pcre-dev" +DEPENDS="openssl libpcap pcre gcc-lib-base" +BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev openssl-dev pcre-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://nmap.org/" WGET_URL="http://download.insecure.org/nmap/dist/$TARBALL" @@ -16,13 +16,10 @@ compile_rules() { cd $src - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --cache-file=$PWD/config.cache \ - --mandir=/usr/share/man \ - --without-liblua $CONFIGURE_ARGS && - make -j 4 && - make DESTDIR=$PWD/_pkg install-nmap + ./configure --cache-file=$PWD/config.cache \ + --without-liblua && + make && + make DESTDIR=$DESTDIR install-nmap } # Rules to gen a SliTaz package suitable for Tazpkg.