From 24fd814c326e282c4321965c31f341dad77e270d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Jan 2021 11:28:34 +0000 Subject: gentoo resync : 08.01.2021 --- net-misc/iperf/iperf-2.0.14a.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'net-misc/iperf/iperf-2.0.14a.ebuild') diff --git a/net-misc/iperf/iperf-2.0.14a.ebuild b/net-misc/iperf/iperf-2.0.14a.ebuild index 6c6936429add..8e383190aae1 100644 --- a/net-misc/iperf/iperf-2.0.14a.ebuild +++ b/net-misc/iperf/iperf-2.0.14a.ebuild @@ -2,23 +2,25 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit toolchain-funcs DESCRIPTION="Tool to measure IP bandwidth using UDP or TCP" HOMEPAGE="https://sourceforge.net/projects/iperf2/" SRC_URI="mirror://sourceforge/${PN}2/${PN}-2.0.13.tar.gz" +S="${WORKDIR}/${PN}-2.0.13" LICENSE="HPND" SLOT="2" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="ipv6 threads debug" -DOCS="INSTALL README" +DOCS=( "INSTALL" "README" ) + PATCHES=( "${FILESDIR}"/${PN}-2.0.12-ipv6.patch "${FILESDIR}"/${P}.patch ) -S=${WORKDIR}/${PN}-2.0.13 src_configure() { econf \ @@ -33,6 +35,7 @@ src_compile() { src_install() { default + dodoc doc/* newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} -- cgit v1.2.3