]> git.ipfire.org Git - ipfire-3.x.git/blame_incremental - libdnet/libdnet.nm
kernel: Disable support for extended x86 platforms
[ipfire-3.x.git] / libdnet / libdnet.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libdnet
7version = 1.12
8release = 1
9
10groups = System/Libraries
11url = http://code.google.com/p/libdnet/
12license = BSD
13summary = Simple portable interface to lowlevel networking routines.
14
15description
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.
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
40
41 package %{name}-devel
42 template DEVEL
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48end