# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Coraid's distribution of the aoe drivers " HOMEPAGE="http://www.coraid.com/support/linux/" PACKAGE=aoe6-${PV} SRC_URI=${HOMEPAGE}${PACKAGE}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="${COMMON} kernel_linux? ( virtual/linux-sources )" RDEPEND="${DEPEND} sys-apps/util-linux" S="${WORKDIR}/${PACKAGE}" src_unpack() { unpack ${A} cd "${S}" pwd } src_compile() { KDIR="/usr/src/linux/" einfo "Running Coraid's configuration tool" emake install|| die "emake failed" } src_install() { emake install || die "install failed" dodoc NEWS README TODO }