diff options
Diffstat (limited to 'net-analyzer/lcrzoex/lcrzoex-4.10.ebuild')
-rw-r--r-- | net-analyzer/lcrzoex/lcrzoex-4.10.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild index b14d6be718e1..3b3f8341192f 100644 --- a/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild +++ b/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild,v 1.2 2002/07/17 19:49:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild,v 1.3 2002/07/18 23:22:46 seemant Exp $ +S=${WORKDIR}/${P}-src DESCRIPTION="Toolbox of over 300 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" -S=${WORKDIR}/${P}-src -KEYWORDS="x86" -DEPEND="virtual/glibc =net-libs/lcrzo-${PV}*" -LICENSE="GPL-2" +DEPEND="=net-libs/lcrzo-${PV}*" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_unpack() { unpack ${A} ; cd ${S}/src |