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