]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libpcap/libpcap.nm
kernel: Update to 3.17
[people/ms/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.5.2
8 release = 1
9
10 groups = System/Libraries
11 url = http://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 = http://www.tcpdump.org/release/
26
27 build
28 requires
29 bison
30 flex
31 libnl-devel
32 end
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end