dosdetector-20060621.ebuild 493 B

123456789101112131415161718192021
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit eutils
  5. DESCRIPTION="Tool to analyze and detect suspicious traffic from IP and alert about it"
  6. HOMEPAGE="http://dark-zone.eu/resources/unix/dosdetector/"
  7. SRC_URI="http://dark-zone.eu/resources/unix/${PN}/${P}.tar.gz"
  8. LICENSE="BSD"
  9. SLOT="0"
  10. KEYWORDS="~amd64 x86"
  11. DEPEND="net-libs/libpcap"
  12. RDEPEND="${DEPEND}"
  13. src_prepare() {
  14. epatch "${FILESDIR}"/${P}-isdigit.patch
  15. }