You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/nemesis/nemesis-1.4.ebuild

32 lines
740 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/nemesis/nemesis-1.4.ebuild,v 1.5 2012/12/11 09:17:07 ulm Exp $
inherit eutils
DESCRIPTION="A commandline-based, portable human IP stack for UNIX/Linux"
HOMEPAGE="http://nemesis.sourceforge.net/"
SRC_URI="mirror://sourceforge/nemesis/${P/_}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 sparc x86"
IUSE=""
RDEPEND="net-libs/libpcap"
DEPEND="${RDEPEND}
=net-libs/libnet-1.0*"
S=${WORKDIR}/${P/_}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PV}-libnet-1.0.patch
}
src_install() {
make DESTDIR="${D}" install || die
dodoc CREDITS ChangeLog INSTALL README
}