summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-19 06:42:07 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-19 06:42:07 +0000
commita82a83a2ae9aee20e9ac0e8713cad17d2e18862e (patch)
tree970528c41deecaad2c242cbe140aeffdc27cef60 /net-misc/iperf/iperf-1.7.0.ebuild
parentinherit eutils (diff)
downloadhistorical-a82a83a2ae9aee20e9ac0e8713cad17d2e18862e.tar.gz
historical-a82a83a2ae9aee20e9ac0e8713cad17d2e18862e.tar.bz2
historical-a82a83a2ae9aee20e9ac0e8713cad17d2e18862e.zip
cleanup
Diffstat (limited to 'net-misc/iperf/iperf-1.7.0.ebuild')
-rw-r--r--net-misc/iperf/iperf-1.7.0.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/net-misc/iperf/iperf-1.7.0.ebuild b/net-misc/iperf/iperf-1.7.0.ebuild
index 59001ba754e5..77b9be33b3cc 100644
--- a/net-misc/iperf/iperf-1.7.0.ebuild
+++ b/net-misc/iperf/iperf-1.7.0.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-1.7.0.ebuild,v 1.2 2003/09/05 22:13:37 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iperf/iperf-1.7.0.ebuild,v 1.3 2004/04/19 06:42:07 vapier Exp $
-S=${WORKDIR}/${P}
-DESCRIPTION="Iperf is a tool to measure IP bandwidth using UDP or TCP. It allows for tuning various parameters, and reports bandwidth, delay jitter, and packet loss. It supports IPv6 and multicast."
-SRC_URI="http://dast.nlanr.net/Projects/Iperf/${P}-source.tar.gz"
+DESCRIPTION="tool to measure IP bandwidth using UDP or TCP"
HOMEPAGE="http://dast.nlanr.net/Projects/Iperf"
-DEPEND="virtual/glibc"
+SRC_URI="http://dast.nlanr.net/Projects/Iperf/${P}-source.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+SLOT="0"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
src_unpack() {
unpack ${A}
@@ -25,7 +25,7 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
make INSTALL_DIR=${D}/usr/bin install || die
dodoc INSTALL README VERSION
}