diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-08-31 19:52:16 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-08-31 19:52:16 +0000 |
commit | 0f6b1f11f71730f5c1d1abcbd69b2b7179f49627 (patch) | |
tree | b4cdcef83c78a4f5e7dc568b94c044277893e8f0 /net-firewall/nfacct/nfacct-1.0.0.ebuild | |
parent | Version bump (diff) | |
download | historical-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.ebuild | 22 |
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" |