diff options
Diffstat (limited to 'net-misc/netsed/netsed-0.01b.ebuild')
-rw-r--r-- | net-misc/netsed/netsed-0.01b.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net-misc/netsed/netsed-0.01b.ebuild b/net-misc/netsed/netsed-0.01b.ebuild index e30ed76d6142..8ce43a9c4ba5 100644 --- a/net-misc/netsed/netsed-0.01b.ebuild +++ b/net-misc/netsed/netsed-0.01b.ebuild @@ -1,29 +1,29 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild,v 1.1 2004/05/14 19:40:51 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild,v 1.1.1.1 2005/11/30 09:54:44 chriswhite Exp $ -IUSE="" +inherit eutils DESCRIPTION="A small and handful utility designed to alter the contents of packets forwarded thru your network in real time" -SRC_URI="http://dione.ids.pl/~lcamtuf/${PN}.tgz - http://http.us.debian.org/debian/pool/main/n/netsed/${PN}_0.01c-2.diff.gz" - HOMEPAGE="http://freshmeat.net/projects/netsed" +SRC_URI="http://dione.ids.pl/~lcamtuf/${PN}.tgz + http://http.us.debian.org/debian/pool/main/n/netsed/${PN}_0.01c-2.diff.gz" -KEYWORDS="~x86" -SLOT="0" LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { mkdir -p ${S} cd ${S} unpack ${A} - epatch ${PN}_0.01c-2.diff } src_compile() { + epatch ${DISTDIR}/${PN}_0.01c-2.diff.gz make CFLAGS="${CFLAGS}" } |