# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit autotools-utils DESCRIPTION="Intel Intelligent Storage Acceleration Library, Open Source Version" HOMEPAGE="https://01.org/intel%C2%AE-storage-acceleration-library-open-source-version/" SRC_URI="https://01.org/sites/default/files/downloads/intelr-storage-acceleration-library-open-source-version/isa-l-${PV}.tar.gz" LICENSE="BSD-4" SLOT="0" KEYWORDS="~amd64" IUSE="static-libs" RESTRICT="test" DEPEND="dev-lang/yasm" RDEPEND="" AUTOTOOLS_IN_SOURCE_BUILD="1" PATCHES=( "${FILESDIR}"/${PN}-makefile.patch ) DOCS=( "Release_notes_opensrc.txt" ) S="${WORKDIR}/isa-l-${PV}"