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
commit16fdb58e423e7536e4dc368c1722d88542eb55ff (patch)
treebb20800ba9fe62dc56eda09aa3888e7236edcbb9 /net-analyzer/tcptrace/tcptrace-6.6.1.ebuild
parentSRC_URI changed - Now hosting the tarball on gentoo servers (spaces in filena... (diff)
downloadhistorical-16fdb58e423e7536e4dc368c1722d88542eb55ff.tar.gz
historical-16fdb58e423e7536e4dc368c1722d88542eb55ff.tar.bz2
historical-16fdb58e423e7536e4dc368c1722d88542eb55ff.zip
stable on ppc64, bug #60143
Diffstat (limited to 'net-analyzer/tcptrace/tcptrace-6.6.1.ebuild')
-rw-r--r--net-analyzer/tcptrace/tcptrace-6.6.1.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild
index a5f7ac6221e2..9b95c5e2d540 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.1.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.ebuild,v 1.4 2004/08/10 09:42:59 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild,v 1.5 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