diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 02:41:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 02:41:30 +0000 |
commit | 77fb76721b5d22ba2beec778e21ba4ee1f14e1a2 (patch) | |
tree | b2ca8ef65366ba88cdf95b97101cc470ffaee7ea /net-firewall/quicktables/quicktables-2.3.ebuild | |
parent | Version bump #98641 by Lars (Polynomial-C). Unified the iptables/ip6tables (diff) | |
download | historical-77fb76721b5d22ba2beec778e21ba4ee1f14e1a2.tar.gz historical-77fb76721b5d22ba2beec778e21ba4ee1f14e1a2.tar.bz2 historical-77fb76721b5d22ba2beec778e21ba4ee1f14e1a2.zip |
initial import #63085
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-firewall/quicktables/quicktables-2.3.ebuild')
-rw-r--r-- | net-firewall/quicktables/quicktables-2.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-firewall/quicktables/quicktables-2.3.ebuild b/net-firewall/quicktables/quicktables-2.3.ebuild new file mode 100644 index 000000000000..01b937e8efad --- /dev/null +++ b/net-firewall/quicktables/quicktables-2.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/quicktables/quicktables-2.3.ebuild,v 1.1 2005/07/12 02:41:30 vapier Exp $ + +DESCRIPTION="a quick iptables script generator" +HOMEPAGE="http://qtables.radom.org/" +SRC_URI="http://qtables.radom.org/files/${P}.tar.gz" + +LICENSE="GPL-2" +IUSE="" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="net-firewall/iptables" + +src_install() { + dosbin quicktables-2.3 || die + dodoc changes readme todo +} |