sys-apps/cciss_vol_status: x86 stable wrt bug #559764
[gentoo.git] / sys-apps / cciss_vol_status / cciss_vol_status-1.09-r1.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=4
6
7 IUSE=""
8 DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers"
9 HOMEPAGE="http://cciss.sourceforge.net/#cciss_utils"
10 LICENSE="GPL-2"
11 SRC_URI="mirror://sourceforge/cciss/${P}.tar.gz"
12 KEYWORDS="amd64 x86"
13 SLOT="0"
14 RDEPEND=""
15 DEPEND=""
16
17 src_install() {
18         emake DESTDIR="${D}" install || die "Install failed."
19         dodoc AUTHORS ChangeLog NEWS README
20         exeinto /etc/cron.daily
21         newexe "${FILESDIR}/cciss_vol_status.cron" cciss_vol_status
22 }