diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-10-24 11:01:11 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-10-24 11:01:11 +0000 |
commit | a0902b01572968521c22f7afc13de40ec60743d9 (patch) | |
tree | 1a9b5ef88fcf0979a4e82347c65f074c143df491 /net-analyzer/lcrzoex | |
parent | chase latest release (diff) | |
download | historical-a0902b01572968521c22f7afc13de40ec60743d9.tar.gz historical-a0902b01572968521c22f7afc13de40ec60743d9.tar.bz2 historical-a0902b01572968521c22f7afc13de40ec60743d9.zip |
chase latest release
Diffstat (limited to 'net-analyzer/lcrzoex')
-rw-r--r-- | net-analyzer/lcrzoex/ChangeLog | 4 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/files/digest-lcrzoex-4.16.0 | 1 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/lcrzoex-4.16.0.ebuild | 31 |
3 files changed, 35 insertions, 1 deletions
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 +} |