diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-01-06 02:40:33 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-01-06 02:40:33 +0000 |
commit | 0c5a70196ba53abfc21b58fc4e5ff1feb4eb20a0 (patch) | |
tree | 657e80973c88e1826fbf11f87abc4a470b2c4c31 /games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild | |
parent | Moved games-emulation/blight-uhleaudio to games-emulation/mupen-blight-uhleaudio (diff) | |
download | historical-0c5a70196ba53abfc21b58fc4e5ff1feb4eb20a0.tar.gz historical-0c5a70196ba53abfc21b58fc4e5ff1feb4eb20a0.tar.bz2 historical-0c5a70196ba53abfc21b58fc4e5ff1feb4eb20a0.zip |
Moved from games-emulation/blight-tr64gl to games-emulation/mupen64-blight-tr64gl.
Diffstat (limited to 'games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild')
-rw-r--r-- | games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild new file mode 100644 index 000000000000..19992733189c --- /dev/null +++ b/games-emulation/mupen64-blight-tr64gl/mupen64-blight-tr64gl-0.7.4_pre1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 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.7.4_pre1.ebuild,v 1.1 2005/01/06 02:40:33 morfic Exp $ + +inherit games + +MY_P="blight_tr64gl-0.7.4-pre1" +DESCRIPTION="An OpenGL graphics plugin for the mupen64 N64 emulator" +HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" +SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_tr64gl_port/${MY_P}.so.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +RDEPEND="media-libs/libsdl" + +S="${WORKDIR}" + +src_install () { + exeinto "${GAMES_LIBDIR}/mupen64/plugins" + doexe ${MY_P}.so || die "doexe failed" + prepgamesdirs +} |