Hey, find attached the ebuild for a pretty useful network arp-spoofer, excellent suited for Man-in-the-middle in switched networks. Has some really nice features and can be controlled completely from the commandline. I'd suggest net-analyzer/arp-sk in the portage. Reproducible: Always Steps to Reproduce: 1. 2. 3. # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://www.arp-sk.org/" SRC_URI="http://www.arp-sk.org/files/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=net-libs/libnet-1.1" S=${WORKDIR}/${P} src_compile() { econf || die "configure failed" emake || die } src_install() { make DESTDIR=${D} install || die }
Half baked! "This is a sample skeleton ebuild file"... Next time, anyway, attached the ebuild (and do it as text/plain)
Created attachment 31805 [details] arp-sk-0.0.15 ebuild fixed ebuild
Created attachment 32950 [details] arp-sk-0.0.15.ebuild added missing src_compile
in portage. Thanks!