]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - pkgs/tcpdump/tcpdump.nm
Change file layout of the makefiles.
[people/stevee/ipfire-3.x.git] / pkgs / tcpdump / tcpdump.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = tcpdump
7 version = 4.1.1
8 release = 1
9
10 groups = Networking/Sniffer
11 url = http://www.tcpdump.org/
12 license = BSD with advertising
13 summary = A network traffic monitoring tool.
14
15 description
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.
20 end
21
22 source_dl = http://www.tcpdump.org/release/
23
24 CFLAGS += -fno-strict-aliasing
25
26 build
27 requires
28 libpcap-devel
29 openssl-devel
30 end
31
32 configure_options += \
33 --with-crypto \
34 --without-smi
35 end
36
37 packages
38 package %{name}
39 end
40 end