librtas-1.3.13.ebuild 495 B

123456789101112131415161718192021
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit eutils
  5. DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)"
  6. HOMEPAGE="https://sourceforge.net/projects/librtas/"
  7. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  8. LICENSE="IBM"
  9. SLOT="0"
  10. KEYWORDS="~ppc ~ppc64"
  11. DOCS="README"
  12. src_prepare() {
  13. epatch "${FILESDIR}"/${PN}-1.3.8-symlink.patch
  14. sed -i -e '/install_doc/d' Makefile || die
  15. }