diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 01:50:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-27 01:50:08 +0000 |
commit | 54341cab043432acd2049a8d63e295d532e457d1 (patch) | |
tree | 3c2317e7a3625a809125b8f2e49438ff3eb66aab /games-emulation/psemu-padxwin | |
parent | IUSE (Manifest recommit) (diff) | |
download | gentoo-2-54341cab043432acd2049a8d63e295d532e457d1.tar.gz gentoo-2-54341cab043432acd2049a8d63e295d532e457d1.tar.bz2 gentoo-2-54341cab043432acd2049a8d63e295d532e457d1.zip |
IUSE
Diffstat (limited to 'games-emulation/psemu-padxwin')
-rw-r--r-- | games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild b/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild index e29fee48aaee..b17da7feda36 100644 --- a/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild +++ b/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild,v 1.2 2004/02/13 15:42:32 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild,v 1.3 2004/05/27 01:48:43 mr_bones_ Exp $ inherit games eutils @@ -11,27 +11,28 @@ SRC_URI="http://linuzappz.pcsx.net/downloads/padXwin-${PV}.tgz" LICENSE="freedist" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="=x11-libs/gtk+-1*" -S=${WORKDIR} +S="${WORKDIR}" src_unpack() { unpack ${A} - epatch ${FILESDIR}/${PV}-makefile-cflags.patch + epatch "${FILESDIR}/${PV}-makefile-cflags.patch" } src_compile() { cd src - emake OPTFLAGS="${CFLAGS}" || die + emake OPTFLAGS="${CFLAGS}" || die "emake failed" } src_install() { dodoc ReadMe.txt cd src - exeinto ${GAMES_LIBDIR}/psemu/plugins + exeinto "${GAMES_LIBDIR}/psemu/plugins" doexe libpadXwin-* - exeinto ${GAMES_LIBDIR}/psemu/cfg + exeinto "${GAMES_LIBDIR}/psemu/cfg" doexe cfgPadXwin prepgamesdirs } |