-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild,v 1.6 2006/05/29 21:10:32 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-gssoft/ps2emu-gssoft-0.9.ebuild,v 1.7 2007/04/09 15:49:33 nyhm Exp $
inherit eutils games
S=${WORKDIR}/GSsoft${PV}
src_unpack() {
- unrar x -idq "${DISTDIR}"/${A} || die
+ unpack ${A}
cd "${S}"
- sed -i 's:-O2 -fomit-frame-pointer -ffast-math:$(OPTFLAGS):' Src/Linux/Makefile || die
- epatch "${FILESDIR}"/${P}-gentoo.patch \
+ sed -i \
+ 's:-O2 -fomit-frame-pointer -ffast-math:$(OPTFLAGS):' \
+ Src/Linux/Makefile \
+ || die "sed failed"
+ epatch \
+ "${FILESDIR}"/${P}-gentoo.patch \
"${FILESDIR}"/${P}-PIC.patch \
"${FILESDIR}/${P}"-gcc41.patch
}
src_compile() {
cd Src/Linux
- emake OPTFLAGS="${CFLAGS}" || die "make failed"
+ emake OPTFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {
dodoc ReadMe.txt
- exeinto "${GAMES_LIBDIR}"/ps2emu/plugins
- newexe Src/Linux/libGSsoft.so libGSsoft-${PV}.so || die
+ exeinto "$(games_get_libdir)"/ps2emu/plugins
+ newexe Src/Linux/libGSsoft.so libGSsoft-${PV}.so || die "newexe failed"
prepgamesdirs
}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild,v 1.4 2006/05/03 18:07:22 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-padxwin/ps2emu-padxwin-0.9.ebuild,v 1.5 2007/04/09 15:51:25 nyhm Exp $
inherit eutils games
S=${WORKDIR}/PADwin${PV//.}
src_unpack() {
- unrar x -idq "${DISTDIR}"/${A} || die
+ unpack ${A}
cd "${S}"
sed -i 's:-O2 -fomit-frame-pointer:$(OPTFLAGS):' Src/Makefile || die
epatch "${FILESDIR}/${P}"-gcc41.patch
src_install() {
dodoc ReadMe.txt
- exeinto "${GAMES_LIBDIR}"/ps2emu/plugins
+ exeinto "$(games_get_libdir)"/ps2emu/plugins
newexe Src/libPADwin.so libPADxwin-${PV}.so || die
prepgamesdirs
}
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-spu2null/ps2emu-spu2null-0.4.ebuild,v 1.2 2005/08/07 07:36:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-spu2null/ps2emu-spu2null-0.4.ebuild,v 1.3 2007/04/09 15:52:52 nyhm Exp $
inherit games
S=${WORKDIR}/SPU2null${PV//.}
src_unpack() {
- unrar x -idq "${DISTDIR}"/${A} || die
+ unpack ${A}
cd "${S}"
sed -i 's:-O2 -fomit-frame-pointer:$(OPTFLAGS):' Src/Makefile || die
}
src_install() {
dodoc ReadMe.txt
- exeinto "${GAMES_LIBDIR}"/ps2emu/plugins
+ exeinto "$(games_get_libdir)"/ps2emu/plugins
newexe Src/libSPU2null.so libSPU2null-${PV//.}.so || die
prepgamesdirs
}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild,v 1.3 2006/09/26 18:43:45 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/ps2emu-usbnull/ps2emu-usbnull-0.4.ebuild,v 1.4 2007/04/09 15:54:33 nyhm Exp $
inherit games
S=${WORKDIR}/USBnull${PV//.}
src_unpack() {
- unrar x -idq "${DISTDIR}"/${A} || die
+ unpack ${A}
cd "${S}"
sed -i \
-e 's:-O3 -fomit-frame-pointer:$(OPTFLAGS):' \
src_install() {
dodoc ReadMe.txt
- exeinto "${GAMES_LIBDIR}"/ps2emu/plugins
+ exeinto "$(games_get_libdir)"/ps2emu/plugins
newexe Linux/libUSBnull.so libUSBnull-${PV//.}.so || die
- exeinto "${GAMES_LIBDIR}"/ps2emu/cfg
+ exeinto "$(games_get_libdir)"/ps2emu/cfg
doexe Linux/cfgUSBnull || die
prepgamesdirs
}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild,v 1.8 2006/09/26 18:32:03 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-cdr/psemu-cdr-1.8.ebuild,v 1.9 2007/04/09 15:56:39 nyhm Exp $
inherit eutils games
}
src_install() {
- exeinto "${GAMES_LIBDIR}"/psemu/plugins
+ exeinto "$(games_get_libdir)"/psemu/plugins
doexe src/libcdr-* || die "doexe failed (1)"
- exeinto "${GAMES_LIBDIR}"/psemu/cfg
+ exeinto "$(games_get_libdir)"/psemu/cfg
doexe src/cfg-gtk*/cfgCdr || die "doexe failed(2)"
- insinto "${GAMES_LIBDIR}"/psemu/cfg
+ insinto "$(games_get_libdir)"/psemu/cfg
doins cdr.cfg || die "doins failed"
dodoc ReadMe.txt
prepgamesdirs