]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libpcap/libpcap.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
MT
6name = libpcap
7version = 1.1.1
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
3d7a79a4
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 \
22 packet capture modules in each application.
802ea3af
MT
23end
24
25source_dl =
26
27build
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
38end
39
40packages
41 package %{name}
42 end
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end