summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ps3-docs/ps3-docs-20061110.ebuild')
-rw-r--r--app-misc/ps3-docs/ps3-docs-20061110.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/ps3-docs/ps3-docs-20061110.ebuild b/app-misc/ps3-docs/ps3-docs-20061110.ebuild
new file mode 100644
index 0000000..82c523f
--- /dev/null
+++ b/app-misc/ps3-docs/ps3-docs-20061110.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Documentation about Sony Playstation 3 linux programming"
+HOMEPAGE=""
+SRC_URI="http://67.117.136.164/pub/cell/linux-${PV}-docs.tar.bz2"
+
+LICENSE="FDL-1.2"
+SLOT="0"
+KEYWORDS="~ppc"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_compile() {
+ einfo "nothing to do"
+}
+
+src_install() {
+ cd "${WORKDIR}/linux-${PV}-docs/"
+ insinto /usr/share/doc/${PF}
+ doins -r .
+}