]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - libnfnetlink/libnfnetlink.nm
paxctl: Update to 0.8.
[people/ms/ipfire-3.x.git] / libnfnetlink / libnfnetlink.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libnfnetlink
7version = 1.0.1
8release = 1
9
10groups = System/Libraries
11url = http://www.netfilter.org/projects/libnfnetlink/downloads.html
12license = GPL
13summary = A low-level library for netfilter.
14
15description
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.
21end
22
23source_dl = http://www.netfilter.org/projects/libnfnetlink/files/
24sources = %{thisapp}.tar.bz2
25
26packages
27 package %{name}
28
29 package %{name}-devel
30 template DEVEL
31 end
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
36end