]> git.ipfire.org Git - ipfire-3.x.git/blob - libpcap/libpcap.nm
libpcap: Does not longer depend on libnl
[ipfire-3.x.git] / libpcap / libpcap.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libpcap
7 version = 1.10.1
8 release = 2
9
10 groups = System/Libraries
11 url = https://www.tcpdump.org/
12 license = BSD with advertising
13 summary = A system-independent interface for user-level packet capture.
14
15 description
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
22 packet capture modules in each application.
23 end
24
25 source_dl = https://www.tcpdump.org/release/
26
27 build
28 requires
29 bison
30 flex
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end