]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - libdnet/libdnet.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / libdnet / libdnet.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libdnet
7 version = 1.12
8 release = 1
9
10 groups = System/Libraries
11 url = http://code.google.com/p/libdnet/
12 license = BSD
13 summary = Simple portable interface to lowlevel networking routines.
14
15 description
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.
22 end
23
24 source_dl =
25 sources = %{thisapp}.tgz
26
27 build
28 requires
29 gcc-c++
30 end
31
32 configure_options += \
33 --sbindir=/sbin \
34 --mandir=/usr/share
35 end
36
37 packages
38 package %{name}
39 end
40
41 package %{name}-devel
42 template DEVEL
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end