From 7ceaa0b7b7d58b2e9f7d91a8b94f38c3b41cb2d9 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 16 Jun 2009 21:50:45 +0300 Subject: xtables - iptables addons --- .../xtables-addons/xtables-addons-9999.ebuild | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 net-firewall/xtables-addons/xtables-addons-9999.ebuild (limited to 'net-firewall') diff --git a/net-firewall/xtables-addons/xtables-addons-9999.ebuild b/net-firewall/xtables-addons/xtables-addons-9999.ebuild new file mode 100644 index 0000000..b425f73 --- /dev/null +++ b/net-firewall/xtables-addons/xtables-addons-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.3.2.ebuild,v 1.1 2009/04/06 18:47:54 pva Exp $ + +inherit eutils toolchain-funcs git + +DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools (addons)" +HOMEPAGE="http://www.iptables.org/" +SRC_URI="" + +EGIT_REPO_URI="git://xtables-addons.git.sf.net/gitroot/xtables-addons" +EGIT_BOOTSTRAP="./autogen.sh" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="virtual/os-headers + ${RDEPEND} +" +RDEPEND="net-firewall/iptables" + +src_unpack() { + git_src_unpack +} + +src_compile() { + econf \ + --sbindir=/sbin \ + --libexecdir=/$(get_libdir) \ + --enable-shared \ + --enable-static + emake V=1 || die +} + +src_install() { + emake install DESTDIR="${D}" || die +} -- cgit v1.2.3