]> git.ipfire.org Git - ipfire-3.x.git/blame - tcpdump/tcpdump.nm
Add a -debuginfo for every package that is not noarch.
[ipfire-3.x.git] / tcpdump / tcpdump.nm
CommitLineData
76a370ef 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
76a370ef
MT
4###############################################################################
5
802ea3af
MT
6name = tcpdump
7version = 4.1.1
8release = 1
76a370ef 9
802ea3af
MT
10groups = Networking/Sniffer
11url = http://www.tcpdump.org/
12license = BSD with advertising
13summary = A network traffic monitoring tool.
76a370ef 14
802ea3af
MT
15description
16 Tcpdump is a command-line tool for monitoring network traffic.
17 Tcpdump can capture and display the packet headers on a particular
18 network interface or on all interfaces. Tcpdump can display all of
19 the packet headers, or just the ones that match particular criteria.
20end
76a370ef 21
802ea3af 22source_dl = http://www.tcpdump.org/release/
76a370ef 23
802ea3af 24CFLAGS += -fno-strict-aliasing
76a370ef 25
802ea3af
MT
26build
27 requires
28 libpcap-devel
29 openssl-devel
30 end
76a370ef 31
802ea3af
MT
32 configure_options += \
33 --with-crypto \
34 --without-smi
35end
69dbe38d 36
802ea3af
MT
37packages
38 package %{name}
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end