summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-07-09 14:21:16 +0000
committerEldad Zack <eldad@gentoo.org>2004-07-09 14:21:16 +0000
commit08d0e1adeec3db5a70d705ce7b21406f76a38dcf (patch)
tree2707866d100a4d2a6c49b2b5a25abe959518d664 /net-analyzer/thcrut/thcrut-1.2.5.ebuild
parentPatched for attribute vulnerabilities, bug #56479. (diff)
downloadhistorical-08d0e1adeec3db5a70d705ce7b21406f76a38dcf.tar.gz
historical-08d0e1adeec3db5a70d705ce7b21406f76a38dcf.tar.bz2
historical-08d0e1adeec3db5a70d705ce7b21406f76a38dcf.zip
tidy; added metadata
Diffstat (limited to 'net-analyzer/thcrut/thcrut-1.2.5.ebuild')
-rw-r--r--net-analyzer/thcrut/thcrut-1.2.5.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/thcrut/thcrut-1.2.5.ebuild b/net-analyzer/thcrut/thcrut-1.2.5.ebuild
index 273f38977fc8..d17147374b1e 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-2004 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.4 2004/06/24 22:21:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.5 2004/07/09 14:21:16 eldad Exp $
inherit eutils
@@ -11,6 +11,7 @@ SRC_URI="http://www.thc.org/thc-rut/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="x86 sparc"
+IUSE=""
DEPEND="net-libs/libpcap
<net-libs/libnet-1.1
@@ -24,7 +25,7 @@ src_unpack() {
}
src_compile() {
- econf || die "./configure failed"
+ econf || die "econf failed"
emake || die "emake failed"
}