mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 19:01:09 +02:00
dsniff: hopefully this fixing the wierd build errors, and some updating/cleanup while I'm here
This commit is contained in:
parent
4498bd87ea
commit
3c8667da02
2 changed files with 14 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
EAPI=6
|
||||
inherit autotools eutils flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="A collection of tools for network auditing and penetration testing"
|
||||
|
|
@ -20,9 +20,10 @@ IUSE="X"
|
|||
DEPEND="net-libs/libpcap
|
||||
>=net-libs/libnet-1.1.2.1-r1
|
||||
>=net-libs/libnids-1.21
|
||||
>=dev-libs/openssl-0.9.6e
|
||||
>=sys-libs/db-4.2.52_p4
|
||||
X? ( x11-libs/libXmu )"
|
||||
>=dev-libs/openssl-0.9.6e:0=
|
||||
>=sys-libs/db-4.2.52_p4:*
|
||||
X? ( x11-libs/libXmu
|
||||
x11-libs/libX11 )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${P/_beta1/}"
|
||||
|
|
@ -56,6 +57,11 @@ src_prepare() {
|
|||
#Pentoo issue 61
|
||||
epatch "${FILESDIR}"/${PV}-libressl.patch
|
||||
|
||||
#ssssh
|
||||
mv configure.in configure.ac
|
||||
|
||||
eapply_user
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
|
|
@ -66,7 +72,9 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC="$(tc-getCC)"
|
||||
#I don't actually know where nfs_prot.h comes from, but I do know that for high -j values it isn't there in time
|
||||
#I do know it doesn't come from glibc
|
||||
emake -j1 CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>netmon</herd>
|
||||
<longdescription>
|
||||
dsniff is a collection of tools for network auditing and penetration testing.
|
||||
dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and webspy passively monitor a
|
||||
|
|
|
|||
Loading…
Reference in a new issue