Parent Directory
|
Revision Log
Version bump (Portage version: 2.1.11.26/cvs/Linux x86_64)
1 | hwoarang | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 | ||
3 | # $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/bwping-1.5.ebuild,v 1.1 2012/09/27 20:05:05 hwoarang Exp $ | ||
4 | |||
5 | EAPI="4" | ||
6 | |||
7 | inherit autotools | ||
8 | |||
9 | DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP" | ||
10 | HOMEPAGE="http://bwping.sourceforge.net/" | ||
11 | SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" | ||
12 | |||
13 | LICENSE="BSD" | ||
14 | SLOT="0" | ||
15 | KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" | ||
16 | IUSE="" | ||
17 | |||
18 | src_prepare() { | ||
19 | eautoreconf | ||
20 | } | ||
21 | |||
22 | src_install () { | ||
23 | dosbin ${PN} | ||
24 | doman ${PN}.8 | ||
25 | dodoc ChangeLog README | ||
26 | } |
ViewVC Help | |
Powered by ViewVC 1.1.20 |