| 1 |
# Copyright 1999-2005 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-firewall/quicktables/quicktables-2.3.ebuild,v 1.1 2005/07/12 02:41:30 vapier Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="a quick iptables script generator"
|
| 6 |
HOMEPAGE="http://qtables.radom.org/"
|
| 7 |
SRC_URI="http://qtables.radom.org/files/${P}.tar.gz"
|
| 8 |
|
| 9 |
LICENSE="GPL-2"
|
| 10 |
IUSE=""
|
| 11 |
KEYWORDS="~amd64 ~ppc ~x86"
|
| 12 |
SLOT="0"
|
| 13 |
|
| 14 |
RDEPEND="net-firewall/iptables"
|
| 15 |
|
| 16 |
src_install() {
|
| 17 |
dosbin quicktables-2.3 || die
|
| 18 |
dodoc changes readme todo
|
| 19 |
}
|