arrayprobe-2.0-r2.ebuild 579 B

12345678910111213141516171819202122
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="4"
  4. inherit eutils autotools
  5. DESCRIPTION="CLI utility that reports the status of a HP (Compaq) array controller (both IDA & CCISS supported)"
  6. HOMEPAGE="http://www.strocamp.net/opensource/arrayprobe.php"
  7. SRC_URI="http://www.strocamp.net/opensource/compaq/downloads/${P}.tar.gz"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 ~ia64 x86"
  11. IUSE=""
  12. src_prepare() {
  13. epatch "${FILESDIR}/${PV}-malloc-strlen.patch"
  14. epatch "${FILESDIR}/${PV}-ida_headers.patch"
  15. eautoreconf
  16. }