]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libpcap/libpcap.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / libpcap / libpcap.nm
CommitLineData
3d7a79a4 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
3d7a79a4
MT
4###############################################################################
5
802ea3af 6name = libpcap
2c8d4c74 7version = 1.5.2
802ea3af 8release = 1
3d7a79a4 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.tcpdump.org/
12license = BSD with advertising
13summary = A system-independent interface for user-level packet capture.
3d7a79a4 14
802ea3af 15description
2c8d4c74
MT
16 Libpcap provides a portable framework for low-level network
17 monitoring. Libpcap can provide network statistics collection,
18 security monitoring and network debugging. Since almost every
19 system vendor provides a different interface for packet capture,
20 the libpcap authors created this system-independent API to ease in
21 porting and to alleviate the need for several system-dependent
3d7a79a4 22 packet capture modules in each application.
802ea3af
MT
23end
24
2c8d4c74 25source_dl = http://www.tcpdump.org/release/
802ea3af
MT
26
27build
28 requires
29 bison
30 flex
31 libnl-devel
32 end
802ea3af
MT
33end
34
35packages
36 package %{name}
1f9bc2f0 37
802ea3af
MT
38 package %{name}-devel
39 template DEVEL
40 end
1f9bc2f0
MT
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
802ea3af 45end