diff options
Diffstat (limited to 'net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild')
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild | 12 |
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 |