summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild')
-rw-r--r--app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild17
1 files changed, 5 insertions, 12 deletions
diff --git a/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild b/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild
index 7331eed971ab..bc2663291f37 100644
--- a/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild
+++ b/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild,v 1.1 2008/02/13 01:54:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ps3pf_utils/ps3pf_utils-2.2.0.ebuild,v 1.2 2010/01/01 18:34:26 ssuominen Exp $
inherit flag-o-matic
DESCRIPTION="Utilities to set the ps3 specific features"
HOMEPAGE="http://www.playstation.com/ps3-openplatform/index.html"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/people/geoff/cell/ps3-utils/ps3-utils-${PV}.tar.bz2"
+SRC_URI="mirror://gentoo/ps3-utils-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -15,15 +15,8 @@ IUSE=""
# fixme: depend on a version of sys-kernel/linux-headers that supports ps3
-DEPEND=""
-RDEPEND=""
-
-S=${WORKDIR}/ps3-utils-${PV}/
-src_compile() {
- econf || die "Could not configure"
- emake || die "compile failed, do you have up to date kernel sources?"
-}
+S=${WORKDIR}/ps3-utils-${PV}
src_install() {
- emake DESTDIR=${D} install || die "install failed"
+ emake DESTDIR="${D}" install || die
}