You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-firewall/quicktables/quicktables-2.3.ebuild

21 lines
426 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=0
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
}