cciss_vol_status-1.09-r1.ebuild 573 B

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