]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
libnetfilter_acct: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 14 Jul 2012 18:36:08 +0000 (20:36 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 19 Jul 2012 19:19:11 +0000 (21:19 +0200)
This is a build dependency of ulogd2-2.x.

libnetfilter_acct/libnetfilter_acct.nm [new file with mode: 0644]

diff --git a/libnetfilter_acct/libnetfilter_acct.nm b/libnetfilter_acct/libnetfilter_acct.nm
new file mode 100644 (file)
index 0000000..30a3a4a
--- /dev/null
@@ -0,0 +1,40 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libnetfilter_acct
+version    = 1.0.0
+release    = 1
+
+groups     = System/Libraries
+url        = http://www.netfilter.org/projects/libnetfilter_acct/index.html
+license    = GPL
+summary    = The libnetfilter_acct userspace library.
+
+description
+       libnetfilter_acct is the userspace library providing interface to
+       extended accounting infrastructure. 
+end
+
+source_dl  = http://www.netfilter.org/projects/libnetfilter_acct/files/
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               libmnl-devel
+               pkg-config
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end