summaryrefslogtreecommitdiff
blob: 01b937e8efad77d0b11e82b9e458afc4d27ec797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}