wok-6.x diff nmap/receipt @ rev 3022
Up: slitaz-menus (1.6) with all [cs] translation (Thanks Milos)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 11 23:54:35 2009 +0200 (2009-05-11) |
parents | 7259edfa1011 |
children | bee79018e13a |
line diff
1.1 --- a/nmap/receipt Wed Sep 17 23:50:27 2008 +0200 1.2 +++ b/nmap/receipt Mon May 11 23:54:35 2009 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="The Network Mapper." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="openssl" 1.8 +DEPENDS="openssl pcre" 1.9 BUILD_DEPENDS="python-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://nmap.org/" 1.12 @@ -18,9 +18,8 @@ 1.13 ./configure --prefix=/usr \ 1.14 --infodir=/usr/share/info \ 1.15 --cache-file=$PWD/config.cache \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - 1.18 - make 1.19 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.20 + make && 1.21 make DESTDIR=$PWD/_pkg install-nmap 1.22 } 1.23