# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a collection of tools that allows to test network intrusion detection systems (IDS)." HOMEPAGE="http://www.hsc.fr/ressources/outils/idswakeup/" SRC_URI="http://www.hsc.fr/ressources/outils/idswakeup/download/${P}.tgz" LICENSE="IDSwakeup" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=libnet-1.0.2a-r2 >=hping-2.0.0_rc2" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} src_compile() { # no configure :-/ emake all || die } src_install() { # patch the shellscript to no longer call the binaries # as ./hping and ./iwu but /usr/sbin/hping2 and /usr/sbin/iwu epatch ${FILESDIR}/${P}-gentoo.patch into /usr/ dosbin iwu dosbin IDSwakeup dodoc README }