]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - libnfnetlink/libnfnetlink.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / libnfnetlink / libnfnetlink.nm
diff --git a/libnfnetlink/libnfnetlink.nm b/libnfnetlink/libnfnetlink.nm
new file mode 100644 (file)
index 0000000..70756bc
--- /dev/null
@@ -0,0 +1,33 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libnfnetlink
+version    = 1.0.0
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.netfilter.org/projects/libnfnetlink/downloads.html
+license    = GPL
+summary    = A low-level library for netfilter.
+
+description
+       libnfnetlink is a low-level userspace library for \
+       nfnetlink-based communication between the kernel-side netfilter \
+       and the user-space world. It is therefore the fundamental layer \
+       for all other nfnetlink-enabled user-space programs interfacing \
+       with the netfilter subsystem of the Linux kernel.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.bz2
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end