summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-08-28 17:04:05 +0000
committerTom Gall <tgall@gentoo.org>2004-08-28 17:04:05 +0000
commite3c7347a45fd3931a40f7800a6fa971bef9c2759 (patch)
tree44c8d2806a8cf01fc665d00bc2204444e1ba90fa /net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild
parentSRC_URI changed - Now hosting the tarball on gentoo servers (spaces in filena... (diff)
downloadgentoo-2-e3c7347a45fd3931a40f7800a6fa971bef9c2759.tar.gz
gentoo-2-e3c7347a45fd3931a40f7800a6fa971bef9c2759.tar.bz2
gentoo-2-e3c7347a45fd3931a40f7800a6fa971bef9c2759.zip
stable on ppc64, bug #60143
Diffstat (limited to 'net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild')
-rw-r--r--net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild
index 67530f0f9929..ba676ab86bd2 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild,v 1.1 2004/08/15 09:03:02 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild,v 1.2 2004/08/28 17:04:05 tgall Exp $
+
+inherit gnuconfig
IUSE=""
@@ -11,10 +13,16 @@ SRC_URI="http://www.tcptrace.org/download/${P}.tar.gz
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="~x86 ~ppc ~amd64 ~ppc64"
DEPEND="net-libs/libpcap"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ gnuconfig_update
+}
+
src_compile() {
econf || die
emake || die