]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libnfnetlink/libnfnetlink.nm
docbook2X: New package.
[people/ms/ipfire-3.x.git] / libnfnetlink / libnfnetlink.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libnfnetlink
7 version = 1.0.1
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.netfilter.org/projects/libnfnetlink/downloads.html
12 license = GPL
13 summary = A low-level library for netfilter.
14
15 description
16 libnfnetlink is a low-level userspace library for \
17 nfnetlink-based communication between the kernel-side netfilter \
18 and the user-space world. It is therefore the fundamental layer \
19 for all other nfnetlink-enabled user-space programs interfacing \
20 with the netfilter subsystem of the Linux kernel.
21 end
22
23 source_dl = http://www.netfilter.org/projects/libnfnetlink/files/
24 sources = %{thisapp}.tar.bz2
25
26 packages
27 package %{name}
28
29 package %{name}-devel
30 template DEVEL
31 end
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
36 end