bwping-1.8.ebuild 415 B

123456789101112131415161718
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. DESCRIPTION="A tool to measure bandwidth and RTT between two hosts using ICMP"
  5. HOMEPAGE="http://bwping.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
  7. LICENSE="BSD"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd"
  10. IUSE="ipv6"
  11. src_configure() {
  12. econf $(use_enable ipv6)
  13. }