wok-next diff nmap/receipt @ rev 2931
Up: squid (3.0 STABLE15)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu May 07 14:54:04 2009 +0200 (2009-05-07) |
parents | 7259edfa1011 |
children | bee79018e13a |
line diff
1.1 --- a/nmap/receipt Wed Sep 17 23:50:27 2008 +0200 1.2 +++ b/nmap/receipt Thu May 07 14:54:04 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