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