# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers." HOMEPAGE="http://cciss.sourceforge.net/#cciss_utils" LICENSE="GPL-2" SRC_URI="http://heanet.dl.sourceforge.net/sourceforge/cciss/cciss_vol_status-1.01.tar.gz" KEYWORDS="~x86" SLOT="0" IUSE="" DEPEND="" S="cciss_vol_status-${PV}" src_compile() { cd ${WORKDIR}/${S} econf || die "Configure failed." emake || die "Make failed." } src_install() { cd ${WORKDIR}/${S} emake DESTDIR="${D}" install || die "Install failed." dodoc INSTALL COPYING AUTHORS ChangeLog NEWS README }