]> git.ipfire.org Git - ipfire-3.x.git/blame - nmap/nmap.nm
kernel: Disable support for 6RD
[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 6name = nmap
87bc1697 7version = 7.30
802ea3af 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
7d270ad9 23source_dl = http://nmap.org/dist/
802ea3af
MT
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
87bc1697
JS
39
40 install_cmds
41 ln -vfs ncat %{BUILDROOT}%{bindir}/nc
42 end
802ea3af
MT
43end
44
45packages
46 package %{name}
1f9bc2f0 47
87bc1697
JS
48 package %{name}-ncat
49 summary = Ncat is an ipv4 and ipv6 able netcat implementation
50 description
51 This package provides an another netcat implementation
52 end
53 files
54 %{bindir}/ncat
55 %{bindir}/nc
56 %{datadir}/ncat/*
57 %{mandir}/man1/ncat.1*
58 end
59 end
60
1f9bc2f0
MT
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
802ea3af 64end