# 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 userspace driver for the PathScale InfiniBand HCAs" HOMEPAGE="http://www.openfabrics.org/" SRC_URI="http://openfabrics.org/downloads/ipath/${P}.tar.gz" IUSE="" DEPEND="sys-cluster/libibverbs" src_compile() { econf || die "could not configure" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "install failed" dodoc README AUTHORS COPYING }