]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - nmap/nmap.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / nmap / nmap.nm
CommitLineData
66ded0eb 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
66ded0eb
SS
4###############################################################################
5
802ea3af
MT
6name = nmap
7version = 5.51
8release = 1
66ded0eb 9
802ea3af
MT
10groups = Networking/Sniffer
11url = http://nmap.org/
12license = GPLv2+
13summary = Network exploration tool and security scanner.
66ded0eb 14
802ea3af
MT
15description
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
66ded0eb 20 predictability characteristics, reverse-identd scanning, and more.
802ea3af
MT
21end
22
23source_dl =
24sources = %{thisapp}.tar.bz2
25
26build
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
39end
40
41packages
42 package %{name}
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end