wok-6.x rev 6378
Up: nmap to 5.21.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Sep 21 12:27:08 2010 +0000 (2010-09-21) |
parents | 82434310d238 |
children | 457e55d73abf |
files | nmap/receipt |
line diff
1.1 --- a/nmap/receipt Tue Sep 21 12:20:19 2010 +0000 1.2 +++ b/nmap/receipt Tue Sep 21 12:27:08 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nmap" 1.7 -VERSION="4.76" 1.8 +VERSION="5.21" 1.9 CATEGORY="security" 1.10 SHORT_DESC="The Network Mapper." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -20,7 +20,7 @@ 1.13 --infodir=/usr/share/info \ 1.14 --cache-file=$PWD/config.cache \ 1.15 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.16 - make && 1.17 + make -j 4 && 1.18 make DESTDIR=$PWD/_pkg install-nmap 1.19 } 1.20