cciss_vol_status-1.09.ebuild 489 B

1234567891011121314151617181920
  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. }