diff options
Diffstat (limited to 'games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild')
-rw-r--r-- | games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild index a937baeb12b7..e0cfdd7fb223 100644 --- a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild +++ b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild @@ -1,26 +1,26 @@ -# 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/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild,v 1.4 2006/09/19 19:08:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.8.7_pre1.ebuild,v 1.5 2007/04/06 04:51:06 nyhm Exp $ inherit games -MY_P="tr64gl-0.8.7-pre1" +MY_P="tr64gl-${PV/_/-}" DESCRIPTION="An OpenGL graphics plugin for the mupen64 N64 emulator" HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" SRC_URI="mirror://gentoo/${MY_P}.so.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" -RESTRICT="strip" +KEYWORDS="x86" IUSE="" +RESTRICT="strip" RDEPEND="media-libs/libsdl" -S="${WORKDIR}" +S=${WORKDIR} src_install() { - exeinto "${GAMES_LIBDIR}/mupen64/plugins" + exeinto "$(games_get_libdir)"/mupen64/plugins doexe ${MY_P}.so || die "doexe failed" prepgamesdirs } |