diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-12-02 13:05:23 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-12-02 13:05:23 +0000 |
commit | a41e3f74685a324e8891b5e52f5ee28f9c695bfd (patch) | |
tree | a933e3442ce82cbfb2512c7d57603671e63c877a /nmap | |
parent | 181178209db3fb8f08a336fd554816e4efa0f649 (diff) |
s/GPE_MACHINE_CLASS/GUI_MACHINE_CLASS
BKrev: 41af1313bIHIjKXoMCGcKPx8G-pbSw
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}" |