librtas-1.3.8.ebuild 496 B

12345678910111213141516171819202122
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=4
  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. IUSE=""
  12. DOCS="README"
  13. src_prepare() {
  14. epatch "${FILESDIR}"/${P}-symlink.patch
  15. sed -i -e '/install_doc/d' Makefile || die
  16. }