]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - libnetfilter_conntrack/libnetfilter_conntrack.nm
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / libnetfilter_conntrack / libnetfilter_conntrack.nm
diff --git a/libnetfilter_conntrack/libnetfilter_conntrack.nm b/libnetfilter_conntrack/libnetfilter_conntrack.nm
new file mode 100644 (file)
index 0000000..40a8b9b
--- /dev/null
@@ -0,0 +1,38 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libnetfilter_conntrack
+version    = 0.9.1
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.netfilter.org/projects/libnetfilter_conntrack/downloads.html
+license    = GPL
+summary    = libnetfilter_conntrack is a userspace library.
+
+description
+       libnetfilter_conntrack is a library that allows user-space \
+       programs to interface the kernel connection tracking table of \
+       the netfilter subsystem in the Linux kernel.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               libnfnetlink-devel
+               pkg-config
+       end
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end