diff options
Diffstat (limited to 'nmap')
-rw-r--r-- | nmap/nmap_3.77.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nmap/nmap_3.77.oe b/nmap/nmap_3.77.oe index b3c13c7999..e1249a7229 100644 --- a/nmap/nmap_3.77.oe +++ b/nmap/nmap_3.77.oe @@ -1,14 +1,14 @@ -SECTION = "console/network" DESCRIPTION = "Nmap is a command line portscanner." HOMEPAGE = "http://www.insecure.org/nmap/" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +SECTION = "console/network" LICENSE = "GPL" DEPENDS = "libpcap pcre" PR = "r1" inherit autotools -SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz \ +SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tar.bz2 \ file://autofoo.patch;patch=1" S = "${WORKDIR}/nmap-${PV}" |