summaryrefslogtreecommitdiff
path: root/sys-fabric/perftest/perftest-4.4.0.37.ebuild
blob: 598a4ce98a24a7484e214c52524c98e994f5e114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

inherit autotools

DESCRIPTION="OpenIB uverbs micro-benchmarks"

HOMEPAGE="https://github.com/linux-rdma/perftest/"
LICENSE="|| ( GPL-2 BSD-2 )"

MY_PV="$(ver_cut 1-2)"-"$(ver_cut 3-4)"

SRC_URI="https://github.com/linux-rdma/perftest/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE=""
SLOT=0

DEPEND="
	sys-apps/pciutils
	sys-cluster/rdma-core
	"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/"${PN}"-"${MY_PV}"

src_prepare() {
	default

	eautoreconf
}


src_install() {
	default

	dodoc README runme
	dobin ib_*
}