summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-12 02:41:30 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-12 02:41:30 +0000
commit77fb76721b5d22ba2beec778e21ba4ee1f14e1a2 (patch)
treeb2ca8ef65366ba88cdf95b97101cc470ffaee7ea /net-firewall/quicktables/quicktables-2.3.ebuild
parentVersion bump #98641 by Lars (Polynomial-C). Unified the iptables/ip6tables (diff)
downloadhistorical-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.ebuild19
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
+}