diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-12-08 21:55:56 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-12-08 21:55:56 +0000 |
commit | 4e988ab7200ff120e9b28c231cd4271598fba518 (patch) | |
tree | 9e9a1fe121d80db9ca886f4527bf200e2b5cadce /net-analyzer/bwping/bwping-1.7.ebuild | |
parent | Stable for ppc, wrt bug #427546 (diff) | |
download | historical-4e988ab7200ff120e9b28c231cd4271598fba518.tar.gz historical-4e988ab7200ff120e9b28c231cd4271598fba518.tar.bz2 historical-4e988ab7200ff120e9b28c231cd4271598fba518.zip |
Version bump
Package-Manager: portage-2.1.11.33/cvs/Linux x86_64
Manifest-Sign-Key: 0xB4AFF2C2
Diffstat (limited to 'net-analyzer/bwping/bwping-1.7.ebuild')
-rw-r--r-- | net-analyzer/bwping/bwping-1.7.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-analyzer/bwping/bwping-1.7.ebuild b/net-analyzer/bwping/bwping-1.7.ebuild new file mode 100644 index 000000000000..9d075ffe8a12 --- /dev/null +++ b/net-analyzer/bwping/bwping-1.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwping/bwping-1.7.ebuild,v 1.1 2012/12/08 21:55:55 hwoarang Exp $ + +EAPI=5 + +inherit autotools + +DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP" +HOMEPAGE="http://bwping.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +src_prepare() { + eautoreconf +} + +src_install () { + dosbin ${PN} + doman ${PN}.8 + dodoc ChangeLog README +} |