diff options
-rw-r--r-- | games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild b/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild index b4f484b32262..f5a0c24fa42d 100644 --- a/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild +++ b/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild @@ -1,24 +1,25 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild,v 1.5 2005/09/26 17:54:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padjoy/psemu-padjoy-0.82.ebuild,v 1.6 2006/11/23 22:17:48 nyhm Exp $ inherit games -S="${WORKDIR}/padJoy/src" DESCRIPTION="PSEmu plugin to use joysticks/gamepads in PSX-emulators" HOMEPAGE="http://www.ammoq.com/" SRC_URI="http://members.chello.at/erich.kitzmueller/ammoq/padJoy${PV//.}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~ppc x86" IUSE="" DEPEND="=x11-libs/gtk+-1*" +S=${WORKDIR}/padJoy/src + src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e "s:-O2 -fomit-frame-pointer:${CFLAGS}:" Makefile \ || die "sed Makefile failed" |