summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-08-31 19:52:16 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-08-31 19:52:16 +0000
commit0f6b1f11f71730f5c1d1abcbd69b2b7179f49627 (patch)
treeb4cdcef83c78a4f5e7dc568b94c044277893e8f0 /net-firewall/nfacct/nfacct-1.0.0.ebuild
parentVersion bump (diff)
downloadhistorical-0f6b1f11f71730f5c1d1abcbd69b2b7179f49627.tar.gz
historical-0f6b1f11f71730f5c1d1abcbd69b2b7179f49627.tar.bz2
historical-0f6b1f11f71730f5c1d1abcbd69b2b7179f49627.zip
New ebuild for nfacct, wrt bug #429452
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
Diffstat (limited to 'net-firewall/nfacct/nfacct-1.0.0.ebuild')
-rw-r--r--net-firewall/nfacct/nfacct-1.0.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-firewall/nfacct/nfacct-1.0.0.ebuild b/net-firewall/nfacct/nfacct-1.0.0.ebuild
new file mode 100644
index 000000000000..c273de97f466
--- /dev/null
+++ b/net-firewall/nfacct/nfacct-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfacct/nfacct-1.0.0.ebuild,v 1.1 2012/08/31 19:52:16 pinkbyte Exp $
+
+EAPI=4
+
+inherit linux-info
+
+DESCRIPTION="Command line tool to create/retrieve/delete accounting objects in NetFilter"
+HOMEPAGE="http://netfilter.org/projects/nfacct"
+SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-libs/libmnl
+ ~net-libs/libnetfilter_acct-${PV}"
+RDEPEND="${DEPEND}"
+
+CONFIG_CHECK="NETFILTER_NETLINK_ACCT"