]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - nmap/nmap.nm
a439ed18c16824e0ee3f2a29267909125f1d9b65
[people/amarx/ipfire-3.x.git] / nmap / nmap.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = nmap
7 version = 5.51
8 release = 1
9
10 groups = Networking/Sniffer
11 url = http://nmap.org/
12 license = GPLv2+
13 summary = Network exploration tool and security scanner.
14
15 description
16 Nmap is a utility for network exploration or security auditing.
17 It supports ping scanning, many port scanning techniques, and
18 TCP/IP fingerprinting. Nmap also offers flexible target and port
19 specification, decoy scanning, determination of TCP sequence
20 predictability characteristics, reverse-identd scanning, and more.
21 end
22
23 source_dl =
24 sources = %{thisapp}.tar.bz2
25
26 build
27 requires
28 gcc-c++
29 libdnet-devel
30 libpcap-devel
31 lua-devel
32 openssl-devel
33 pcre-devel
34 end
35
36 configure_options += \
37 --without-nmapfe \
38 --without-zenmap
39 end
40
41 packages
42 package %{name}
43 end