blob: 5ee233f3345c8f799d23ee992150b80ee15338ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}
|