From 20b8f686947099dd98d51f03ae86b5cfb65b9360 Mon Sep 17 00:00:00 2001 From: Donny Davies Date: Thu, 24 Oct 2002 11:01:11 +0000 Subject: chase latest release --- net-analyzer/lcrzoex/ChangeLog | 4 ++- net-analyzer/lcrzoex/files/digest-lcrzoex-4.16.0 | 1 + net-analyzer/lcrzoex/lcrzoex-4.16.0.ebuild | 31 ++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 net-analyzer/lcrzoex/files/digest-lcrzoex-4.16.0 create mode 100644 net-analyzer/lcrzoex/lcrzoex-4.16.0.ebuild (limited to 'net-analyzer') diff --git a/net-analyzer/lcrzoex/ChangeLog b/net-analyzer/lcrzoex/ChangeLog index 4ca4f616f770..4f13a09e9ba9 100644 --- a/net-analyzer/lcrzoex/ChangeLog +++ b/net-analyzer/lcrzoex/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for net-analyzer/lcrzoex # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/ChangeLog,v 1.9 2002/06/06 19:17:03 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/ChangeLog,v 1.10 2002/10/24 11:01:11 woodchip Exp $ + +*lcrzoex-4.16.0 (24 Oct 2002) *lcrzoex-4.10 (6 Jun 2002) diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.16.0 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.16.0 new file mode 100644 index 000000000000..977c08fa2055 --- /dev/null +++ b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.16.0 @@ -0,0 +1 @@ +MD5 afdebec036c267f3ee59088b2f65365b lcrzoex-4.16.0-src.tgz 324052 diff --git a/net-analyzer/lcrzoex/lcrzoex-4.16.0.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.16.0.ebuild new file mode 100644 index 000000000000..89058ccb59c8 --- /dev/null +++ b/net-analyzer/lcrzoex/lcrzoex-4.16.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.16.0.ebuild,v 1.1 2002/10/24 11:01:11 woodchip Exp $ + +S=${WORKDIR}/${P}-src +DESCRIPTION="Toolbox of over 400 utilities for testing Ethernet/IP networks" +HOMEPAGE="http://www.laurentconstantin.com/en/lcrzoex/" +SRC_URI="http://www.laurentconstantin.com/common/${PN}/download/v4/${P}-src.tgz" +DEPEND="=net-libs/lcrzo-${PV}*" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_unpack() { + unpack ${A} ; cd ${S}/src + ./genemake || die "problem creating Makefile" + mv Makefile Makefile.orig + sed -e "s:^\(GCCOPT=\).*:\1${CFLAGS}:" Makefile.orig > Makefile +} + +src_compile() { + make -C src || die "compile problem" +} + +src_install() { + into /usr + dosbin src/lcrzoex + doman doc/man/lcrzoex_en.1 + dodoc doc/*.txt +} -- cgit v1.2.3-65-gdbad