mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
added arpantispoofer
This commit is contained in:
parent
8dda966211
commit
43572b3213
2 changed files with 29 additions and 0 deletions
2
net-analyzer/arpantispoofer/Manifest
Normal file
2
net-analyzer/arpantispoofer/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST arpantispoofer-linux-1.0.1.32.tar.bz2 31181 RMD160 66077b73e8c431d954abd9f687a9ef84b2f2c28b SHA1 c031c154b4fe7f285da00d034d7152321504f05d SHA256 68997e42fd93e75e6f8f5de8ca4677621c7b51bf6c511804d0fbf7335d9516bf
|
||||
EBUILD arpantispoofer-1.0.1.32.ebuild 581 RMD160 dca6fe33e65fefe750aa0afab5cabad61aeb1d2b SHA1 c4df629252fa4747ad49f9c1d7fc37b2eb2266f0 SHA256 e5e2b2a2b9d99ec6d8ab83dcbbabb7f06f43ee31c0cec7b2d16e9a5b9b070320
|
||||
27
net-analyzer/arpantispoofer/arpantispoofer-1.0.1.32.ebuild
Normal file
27
net-analyzer/arpantispoofer/arpantispoofer-1.0.1.32.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
DESCRIPTION="a utility to detect and resist arp spoofing"
|
||||
HOMEPAGE="http://sourceforge.net/projects/arpantispoofer/"
|
||||
SRC_URI="mirror://sourceforge/$PN/$PN-linux-$PV.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
RDEPEND="gnome-base/libgnomeui"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s|-O2|$CFLAGS|g" Makefile || die "sed failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" emake install
|
||||
# remove broken symlink
|
||||
rm -rf "${D}"/usr/bin
|
||||
}
|
||||
Loading…
Reference in a new issue