aboutsummaryrefslogtreecommitdiff
blob: 2f0886c4749baa9375223e85e7649a6a22a44b0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

SLOT="0"
LICENSE="|| ( GPL-2 BSD-2 )"

KEYWORDS="~x86 ~amd64"

DESCRIPTION="OpenIB User MAD library functions which sit on top of the user MAD modules in the kernel.  These are used by the IB diagnostic and management tools, including OpenSM."

HOMEPAGE="http://www.openfabrics.org/"
SRC_URI="http://www.openfabrics.org/downloads/management/${P}.tar.gz"

IUSE=""

RDEPEND="sys-cluster/libibcommon"
DEPEND="${RDEPEND}"

src_install() {
	make DESTDIR="${D}" install || die "install failed"
}