diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-30 06:07:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-30 06:07:34 +0000 |
commit | 38ab59fcae187350f232346761392f79a932b993 (patch) | |
tree | 2d2385d3b94eb76d874be13d5c05e7b1327230e6 /net-analyzer | |
parent | initial import (diff) | |
download | gentoo-2-38ab59fcae187350f232346761392f79a932b993.tar.gz gentoo-2-38ab59fcae187350f232346761392f79a932b993.tar.bz2 gentoo-2-38ab59fcae187350f232346761392f79a932b993.zip |
amd64 love
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/thcrut/thcrut-1.2.5.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/net-analyzer/thcrut/thcrut-1.2.5.ebuild b/net-analyzer/thcrut/thcrut-1.2.5.ebuild index 7e28545ce2f6..de8fe2db3e2f 100644 --- a/net-analyzer/thcrut/thcrut-1.2.5.ebuild +++ b/net-analyzer/thcrut/thcrut-1.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation, Copyright 2003 The Hackers Choice - http://www.thc.org # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.6 2005/01/29 05:12:52 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.7 2005/03/30 06:07:32 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.thc.org/thc-rut/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 sparc" +KEYWORDS="amd64 sparc x86" IUSE="" DEPEND="virtual/libpcap @@ -19,17 +19,12 @@ DEPEND="virtual/libpcap src_unpack() { unpack ${A} - cd ${S} + cd "${S}" rm -rf Libnet-1.0.2a - epatch ${FILESDIR}/${PV}-libnet.patch -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" + epatch "${FILESDIR}"/${PV}-libnet.patch } src_install() { - make install DESTDIR=${D} || die "make install failed" + make install DESTDIR="${D}" || die "make install failed" dodoc ChangeLog FAQ README TODO thcrutlogo.txt } |