# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # NOTE: The comments in this file are for instruction and documentation. # They're not meant to appear with your final, production ebuild. Please # remember to remove them before submitting or committing your ebuild. That # doesn't mean you can't add your own comments though. # The 'Header' on the third line should just be left alone. When your ebuild # will be committed to cvs, the details on that line will be automatically # generated to contain the correct data. # Short one-line description of this package. 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 confiure :-/ 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 }