From d99093fb4bb5652015c06274d64083daa2439e4f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 Mar 2021 10:28:17 +0000 Subject: gentoo resync : 03.03.2021 --- sys-fabric/qperf/qperf-0.4.11.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sys-fabric/qperf/qperf-0.4.11.ebuild (limited to 'sys-fabric/qperf/qperf-0.4.11.ebuild') diff --git a/sys-fabric/qperf/qperf-0.4.11.ebuild b/sys-fabric/qperf/qperf-0.4.11.ebuild new file mode 100644 index 000000000000..596a222382b4 --- /dev/null +++ b/sys-fabric/qperf/qperf-0.4.11.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Measure RDMA and IP performance" +HOMEPAGE="https://www.openfabrics.org/" +SRC_URI="https://github.com/linux-rdma/qperf/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( GPL-2 BSD-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux" + +DEPEND="sys-cluster/rdma-core" +RDEPEND=" + ${DEPEND} + !sys-fabric/openib-userspace" + +src_prepare() { + default + eautoreconf +} -- cgit v1.2.3