# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit eutils DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers." HOMEPAGE="http://cciss.sourceforge.net/#cciss_utils" SRC_URI="mirror://sourceforge/cciss/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="sys-devel/autoconf" src_prepare() { epatch "${FILESDIR}/${PV}-strncmp.patch" } src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc AUTHORS ChangeLog NEWS README || die "Install failed" }