]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libdnet/libdnet.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / libdnet / libdnet.nm
CommitLineData
1d468e76 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
1d468e76
SS
4###############################################################################
5
802ea3af
MT
6name = libdnet
7version = 1.12
8release = 1
1d468e76 9
802ea3af
MT
10groups = System/Libraries
11url = http://code.google.com/p/libdnet/
12license = BSD
13summary = Simple portable interface to lowlevel networking routines.
1d468e76 14
802ea3af 15description
1d468e76
SS
16 libdnet provides a simplified, portable interface to several \
17 low-level networking routines, including network address \
18 manipulation, kernel arp(4) cache and route(4) table lookup and \
19 manipulation, network firewalling (IP filter, ipfw, ipchains, \
20 pf, ...), network interface lookup and manipulation, raw IP \
21 packet and Ethernet frame, and data transmission.
802ea3af
MT
22end
23
24source_dl =
25sources = %{thisapp}.tgz
26
27build
28 requires
29 gcc-c++
30 end
31
32 configure_options += \
33 --sbindir=/sbin \
34 --mandir=/usr/share
35end
36
37packages
38 package %{name}
39 end
1f9bc2f0 40
802ea3af
MT
41 package %{name}-devel
42 template DEVEL
43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end