# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.17.0.ebuild,v 1.1 2003/03/27 18:45:18 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" 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 }