# HG changeset patch # User Samuel Trassare # Date 1361750283 28800 # Node ID b31a639bb6dddd330e44e19cbadaa85a9cf9e557 # Parent 8afd61481bd699e7b8e9e47ce71beaf39e5373b0 nmap: up 6.25 diff -r 8afd61481bd6 -r b31a639bb6dd nmap/receipt --- a/nmap/receipt Sun Feb 24 15:53:53 2013 -0800 +++ b/nmap/receipt Sun Feb 24 15:58:03 2013 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="nmap" -VERSION="6.01" +VERSION="6.25" CATEGORY="security" SHORT_DESC="The Network Mapper." MAINTAINER="erjo@slitaz.org" @@ -15,9 +15,10 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --cache-file=$PWD/config.cache \ - --without-liblua $CONFIGURE_ARGS && + ./configure \ + --cache-file=$PWD/config.cache \ + --without-liblua \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install-nmap } @@ -26,9 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr $fs/usr/share - - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/nmap $fs/usr/share - + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/nmap $fs/usr/share }