]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libpcap/libpcap.nm
372b1ed00334180f504baad681c82fe59ef5c3ee
[people/amarx/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.1.1
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 =
26
27 build
28 requires
29 bison
30 flex
31 libnl-devel
32 end
33
34 install
35 mkdir -pv %{BUILDROOT}/usr/bin
36 make install install-shared-so DESTDIR=%{BUILDROOT}
37 end
38 end
39
40 packages
41 package %{name}
42 end
43
44 package %{name}-devel
45 template DEVEL
46 end
47 end