Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42454 - arp-sk-0.0.15 (New Package)
Summary: arp-sk-0.0.15 (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-22 02:00 UTC by int
Modified: 2004-07-01 10:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
arp-sk-0.0.15 ebuild (arp-sk-0.0.15.ebuild,554 bytes, text/plain)
2004-05-21 13:32 UTC, Eldad Zack (RETIRED)
Details
arp-sk-0.0.15.ebuild (arp-sk-0.0.15.ebuild,600 bytes, text/plain)
2004-06-09 00:00 UTC, Eldad Zack (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description int 2004-02-22 02:00:00 UTC
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
}
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2004-05-21 13:31:06 UTC
Half baked! "This is a sample skeleton ebuild file"...

Next time, anyway, attached the ebuild (and do it as text/plain)
Comment 2 Eldad Zack (RETIRED) gentoo-dev 2004-05-21 13:32:19 UTC
Created attachment 31805 [details]
arp-sk-0.0.15 ebuild

fixed ebuild
Comment 3 Eldad Zack (RETIRED) gentoo-dev 2004-06-09 00:00:31 UTC
Created attachment 32950 [details]
arp-sk-0.0.15.ebuild

added missing src_compile
Comment 4 Eldad Zack (RETIRED) gentoo-dev 2004-07-01 10:13:29 UTC
in portage.

Thanks!