diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-30 06:07:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-30 06:07:32 +0000 |
commit | e1491516322d27181a4b744adb71cdefe2495405 (patch) | |
tree | bd141e9d4482e273b4fed26a716d5673520300a6 | |
parent | initial import (diff) | |
download | historical-e1491516322d27181a4b744adb71cdefe2495405.tar.gz historical-e1491516322d27181a4b744adb71cdefe2495405.tar.bz2 historical-e1491516322d27181a4b744adb71cdefe2495405.zip |
amd64 love
Package-Manager: portage-2.0.51.19
-rw-r--r-- | net-analyzer/thcrut/Manifest | 12 | ||||
-rw-r--r-- | net-analyzer/thcrut/thcrut-1.2.5.ebuild | 15 |
2 files changed, 6 insertions, 21 deletions
diff --git a/net-analyzer/thcrut/Manifest b/net-analyzer/thcrut/Manifest index 5c98baf49e9b..d3fc33f48848 100644 --- a/net-analyzer/thcrut/Manifest +++ b/net-analyzer/thcrut/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 9f79571dcb2b48e4ca1ad8e1cbd9eb75 ChangeLog 721 -MD5 909e3aa849772cde620936e1e7fbaef2 thcrut-1.2.5.ebuild 876 +MD5 64d0a60381a283a9958f8a4b6efaeb33 thcrut-1.2.5.ebuild 806 MD5 6664b0723808cc3aad5658e88d5a7ac7 metadata.xml 236 MD5 7a44d04c4783a23f9ed07cc597b21a94 files/1.2.5-libnet.patch 9428 MD5 c71ac3757388c2ad736d8f1b5134aaac files/digest-thcrut-1.2.5 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB+xtcmdTrptrqvGERAkUJAKCN6aWl2bpQ3sfQT//F0lom10U+UgCeMWxH -8qZyuJX+qA0z2+h0z/70Wa8= -=Fa5H ------END PGP SIGNATURE----- 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 } |