summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-13 19:57:34 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-13 19:57:34 +0000
commit43dd71937771d72ba80c02367b2fd2688c1c2d0d (patch)
tree96bff4165c9e08c0bc58f8b62f93d16fb5cc0f86 /app-emulation
parentFixe the dependency once more. (diff)
downloadgentoo-2-43dd71937771d72ba80c02367b2fd2688c1c2d0d.tar.gz
gentoo-2-43dd71937771d72ba80c02367b2fd2688c1c2d0d.tar.bz2
gentoo-2-43dd71937771d72ba80c02367b2fd2688c1c2d0d.zip
added SLOT
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/pcsx/pcsx-1.4.ebuild20
1 files changed, 8 insertions, 12 deletions
diff --git a/app-emulation/pcsx/pcsx-1.4.ebuild b/app-emulation/pcsx/pcsx-1.4.ebuild
index 8f506e65aa6a..d404bb3afd77 100644
--- a/app-emulation/pcsx/pcsx-1.4.ebuild
+++ b/app-emulation/pcsx/pcsx-1.4.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/pcsx/pcsx-1.4.ebuild,v 1.1 2002/12/11 23:23:24 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/pcsx/pcsx-1.4.ebuild,v 1.2 2002/12/13 19:57:34 vapier Exp $
S=${WORKDIR}
DESCRIPTION="Playstation emulator"
-HOMEPAGE="http://www.pcsx.net"
-LICENSE="GPL"
-KEYWORDS="~x86"
+HOMEPAGE="http://www.pcsx.net/"
+SRC_URI="http://www.pcsx.net/downloads/PcsxSrc-${PV}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
IUSE="opengl"
use opengl && GLDEPEND="app-emulation/psemu-gpupetemesagl"
@@ -25,13 +28,6 @@ DEPEND="sys-libs/zlib
# app-emulation/psemu-peopsspu
# ${GLDEPEND}"
-SRC_URI="http://www.pcsx.net/downloads/PcsxSrc-${PV}.zip"
-
-src_unpack() {
- cd ${WORKDIR}
- unzip -a ${DISTDIR}/$(echo ${A} | cut -f1 -d\ )
-}
-
src_compile() {
cd PcsxSrc/Linux
@@ -46,7 +42,7 @@ src_compile() {
mv pcsx pcsx.bin
}
-src_install () {
+src_install() {
dobin PcsxSrc/Linux/pcsx.bin
dobin ${FILESDIR}/pcsx
dodoc PcsxSrc/Docs/*