wok diff nmap/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents cfa40764d70e
children 95324ca5396c
line diff
     1.1 --- a/nmap/receipt	Mon Feb 25 18:25:38 2013 +0100
     1.2 +++ b/nmap/receipt	Tue Sep 10 12:15:52 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="security"
     1.5  SHORT_DESC="The Network Mapper."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="openssl libpcap pcre gcc-lib-base"
     1.8 -BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev openssl-dev pcre-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://nmap.org/"
    1.12  WGET_URL="http://download.insecure.org/nmap/dist/$TARBALL"
    1.13  TAGS="network"
    1.14  
    1.15 +DEPENDS="openssl libpcap pcre gcc-lib-base"
    1.16 +BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev openssl-dev pcre-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {