quicktables-2.3.ebuild 418 B

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