diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-05-23 08:45:21 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-05-23 08:45:21 +0000 |
commit | 4dc70481badf0933ba07a6b825ab514ae1599aec (patch) | |
tree | e142402b7c26ef74f0343054c483a0036809dc1d /net-analyzer/pathrate/pathrate-2.4.1.ebuild | |
parent | Removing generation 1 java package to junkyard after 30 day standdown. (diff) | |
download | historical-4dc70481badf0933ba07a6b825ab514ae1599aec.tar.gz historical-4dc70481badf0933ba07a6b825ab514ae1599aec.tar.bz2 historical-4dc70481badf0933ba07a6b825ab514ae1599aec.zip |
Initial import for bug #125884
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'net-analyzer/pathrate/pathrate-2.4.1.ebuild')
-rw-r--r-- | net-analyzer/pathrate/pathrate-2.4.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-analyzer/pathrate/pathrate-2.4.1.ebuild b/net-analyzer/pathrate/pathrate-2.4.1.ebuild new file mode 100644 index 000000000000..5ee233f3345c --- /dev/null +++ b/net-analyzer/pathrate/pathrate-2.4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pathrate/pathrate-2.4.1.ebuild,v 1.1 2007/05/23 08:45:21 jokey Exp $ + +DESCRIPTION="Non-intrusive utility for estimation of capacity of Internet paths" +HOMEPAGE="http://www-static.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html" +SRC_URI="http://www-static.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/${PN}_${PV} + +src_install() { + dobin "${S}"/pathrate_snd + dobin "${S}"/pathrate_rcv +} |