wok rev 14115

nmap: up 6.25
author Samuel Trassare <samuel_trassare@yahoo.com>
date Sun Feb 24 15:58:03 2013 -0800 (2013-02-24)
parents 8afd61481bd6
children 8b2d7dbca71d
files nmap/receipt
line diff
     1.1 --- a/nmap/receipt	Sun Feb 24 15:53:53 2013 -0800
     1.2 +++ b/nmap/receipt	Sun Feb 24 15:58:03 2013 -0800
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nmap"
     1.7 -VERSION="6.01"
     1.8 +VERSION="6.25"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="The Network Mapper."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -15,9 +15,10 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	./configure --cache-file=$PWD/config.cache \
    1.18 -	 --without-liblua $CONFIGURE_ARGS &&
    1.19 +	./configure \
    1.20 +		--cache-file=$PWD/config.cache \
    1.21 +	 	--without-liblua \
    1.22 +		$CONFIGURE_ARGS &&
    1.23  	make &&
    1.24  	make DESTDIR=$DESTDIR install-nmap
    1.25  }
    1.26 @@ -26,9 +27,7 @@
    1.27  genpkg_rules()
    1.28  {
    1.29  	mkdir -p $fs/usr $fs/usr/share
    1.30 -	
    1.31 -	cp -a $_pkg/usr/bin $fs/usr
    1.32 -	cp -a $_pkg/usr/share/nmap $fs/usr/share
    1.33 -	
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/share/nmap $fs/usr/share
    1.36  }
    1.37