# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # ebuild created by Mirko Caserta # $Header$ IUSE="" DESCRIPTION="NetPIPE is a protocol independent performance tool that encapsulates the best of ttcp and netperf and visually represents the network performance under a variety of conditions. It performs simple ping-pong tests, bouncing messages of increasing size between two processes, whether across a network or within an SMP system." SRC_URI="http://www.scl.ameslab.gov/netpipe/code/NetPIPE_3.6.tar.gz" HOMEPAGE="http://www.scl.ameslab.gov/netpipe/" DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" S="${WORKDIR}/NetPIPE_3.6" src_compile() { make -f makefile tcp || die } src_install () { dobin NPtcp }