cciss_vol_status-1.03.ebuild 479 B

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