ftester-1.0.ebuild 560 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="Firewall and Intrusion Detection System testing tool"
  5. HOMEPAGE="http://dev.inversepath.com/trac/ftester"
  6. SRC_URI="http://dev.inversepath.com/${PN}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 ppc x86"
  10. RDEPEND="
  11. dev-perl/List-MoreUtils
  12. dev-perl/Net-Pcap
  13. dev-perl/Net-PcapUtils
  14. dev-perl/Net-RawIP
  15. dev-perl/NetPacket
  16. "
  17. src_install() {
  18. dodoc CREDITS Changelog ftest.conf
  19. doman ${PN}.8
  20. dosbin ftestd ftest freport
  21. }