# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="sends custom arp reply packet to poison arp cache" HOMEPAGE="http://arpoison.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-libs/libnet-1.1" S=${WORKDIR}/${PN} src_compile() { cd ${S} emake || die "emake failed" } src_install() { cd ${S} into /usr ; dosbin arpoison dodoc README TODO doman arpoison.8 }