You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/cciss_vol_status/cciss_vol_status-1.12a.ebuild

22 lines
555 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
IUSE=""
DESCRIPTION="Shows status of logical drives attached to HP SmartArray controllers"
HOMEPAGE="http://cciss.sourceforge.net/#cciss_utils"
LICENSE="GPL-2"
SRC_URI="mirror://sourceforge/cciss/${P}.tar.gz"
KEYWORDS="amd64 ~ia64 x86"
SLOT="0"
RDEPEND=""
DEPEND=""
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README
exeinto /etc/cron.hourly
newexe "${FILESDIR}/cciss_vol_status-r2.cron" cciss_vol_status
}