diff options
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..b0398c5beeab --- /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 +# $Id$ + +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 ~ppc ~x86" +SLOT="0" + +RDEPEND="net-firewall/iptables" + +src_install() { + dosbin quicktables-2.3 || die + dodoc changes readme todo +} |