wok diff nmap/receipt @ rev 6927
Fixed icedtea6-jdk (i hope). Added -j 1 back into it. Also changed JVM_BUILDDIR to src/openjdk.build/j2sdk-image so i will get packaged. Added comment to not change to -j 4 or tank will crash.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 22 17:37:00 2010 +0000 (2010-10-22) |
parents | 3064d619fba9 |
children | 209f2ed52094 |
line diff
1.1 --- a/nmap/receipt Tue Sep 21 12:27:08 2010 +0000 1.2 +++ b/nmap/receipt Fri Oct 22 17:37:00 2010 +0000 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="The Network Mapper." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="openssl pcre gcc-lib-base" 1.8 -BUILD_DEPENDS="python-dev" 1.9 +DEPENDS="openssl lua libpcap pcre gcc-lib-base" 1.10 +BUILD_DEPENDS="$DEPENDS python-dev lua-dev openssl-dev pcre-dev" 1.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://nmap.org/" 1.13 WGET_URL="http://download.insecure.org/nmap/dist/$TARBALL" 1.14 @@ -19,7 +19,8 @@ 1.15 ./configure --prefix=/usr \ 1.16 --infodir=/usr/share/info \ 1.17 --cache-file=$PWD/config.cache \ 1.18 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + --mandir=/usr/share/man \ 1.20 + --without-liblua $CONFIGURE_ARGS && 1.21 make -j 4 && 1.22 make DESTDIR=$PWD/_pkg install-nmap 1.23 }