summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-12-08 21:55:56 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-12-08 21:55:56 +0000
commit4e988ab7200ff120e9b28c231cd4271598fba518 (patch)
tree9e9a1fe121d80db9ca886f4527bf200e2b5cadce /net-analyzer/bwping/bwping-1.7.ebuild
parentStable for ppc, wrt bug #427546 (diff)
downloadhistorical-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.ebuild26
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
+}