]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - libpcap/libpcap.nm
libpcap: Does not longer depend on libnl
[people/pmueller/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
2d7a96b4 7version = 1.10.1
d743d386 8release = 2
3d7a79a4 9
802ea3af 10groups = System/Libraries
2d7a96b4 11url = https://www.tcpdump.org/
802ea3af
MT
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
2d7a96b4 25source_dl = https://www.tcpdump.org/release/
802ea3af
MT
26
27build
28 requires
29 bison
30 flex
802ea3af 31 end
802ea3af
MT
32end
33
34packages
35 package %{name}
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end