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-r1.ebuild

29 lines
730 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-r1.ebuild,v 1.2 2012/12/11 09:17:07 ulm Exp $
EAPI="4"
inherit eutils
DESCRIPTION="A commandline-based, portable human IP stack for UNIX/Linux"
HOMEPAGE="http://nemesis.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~sparc ~x86"
IUSE=""
RDEPEND="net-libs/libpcap"
DEPEND="${RDEPEND}
=net-libs/libnet-1.0*"
DOCS="CREDITS ChangeLog README"
src_prepare() {
epatch "${FILESDIR}"/${P}-fileio.patch
epatch "${FILESDIR}"/${P}-libnet-1.0.patch
epatch "${FILESDIR}"/${P}-prototcp.patch
}