diff options
Diffstat (limited to 'sys-apps/dtc/dtc-1.0.0.ebuild')
-rw-r--r-- | sys-apps/dtc/dtc-1.0.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/dtc/dtc-1.0.0.ebuild b/sys-apps/dtc/dtc-1.0.0.ebuild deleted file mode 100644 index 6ba72c0..0000000 --- a/sys-apps/dtc/dtc-1.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="Utility to pre-compile Open Firmware device-trees for otherwise device-tree-less devices such as the PS3" -HOMEPAGE="http://www.t2-project.org/packages/dtc.html" -SRC_URI="http://www.jdl.com/software/${P}.tgz" - -inherit eutils - -LICENSE="IPL-1" -SLOT="0" -KEYWORDS="~ppc ~ppc64" -IUSE="" -S="${WORKDIR}/${PN}" - -src_compile () { - emake PREFIX="/usr" LIBDIR="/usr/$(get_libdir)" -} - -src_install () { - make DESTDIR="${D}" \ - PREFIX="/usr" \ - LIBDIR="/usr/$(get_libdir)" \ - install - dodoc Documentation/manual.txt -} |