summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/librtas/librtas-1.3.6.ebuild')
-rw-r--r--sys-libs/librtas/librtas-1.3.6.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-libs/librtas/librtas-1.3.6.ebuild b/sys-libs/librtas/librtas-1.3.6.ebuild
new file mode 100644
index 000000000000..e4f91f634c55
--- /dev/null
+++ b/sys-libs/librtas/librtas-1.3.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+inherit eutils
+
+DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)"
+HOMEPAGE="http://sourceforge.net/projects/librtas/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="IBM"
+SLOT="0"
+KEYWORDS="ppc ppc64"
+IUSE=""
+
+DOCS="README"
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-symlink.patch
+ sed -i -e '/install_doc/d' Makefile || die
+}