diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-01-06 04:58:18 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-01-06 04:58:18 +0000 |
commit | 3ed499713e07f674073b741c04e7db3142790749 (patch) | |
tree | c46ba19842551a882453d0a4084671a87171bc31 /games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild | |
parent | local use flag for mupen64 (diff) | |
download | gentoo-2-3ed499713e07f674073b741c04e7db3142790749.tar.gz gentoo-2-3ed499713e07f674073b741c04e7db3142790749.tar.bz2 gentoo-2-3ed499713e07f674073b741c04e7db3142790749.zip |
fixed patch names
Diffstat (limited to 'games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild')
-rw-r--r-- | games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild b/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild index ceafdc66177f..5aa60741553b 100644 --- a/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild +++ b/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild @@ -1,12 +1,12 @@ # 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-input/mupen64-blight-input-0.0.8-r1.ebuild,v 1.1 2005/01/06 02:51:04 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild,v 1.2 2005/01/06 04:58:18 morfic Exp $ -inherit games +inherit games eutils DESCRIPTION="An input plugin for the mupen64 N64 emulator" HOMEPAGE="http://mupen64.emulation64.com/" -SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_input_plugin/blight_input-0.0.8-b.tar.gz" +SRC_URI="mirror://gentoo/blight_input-${PV}-b.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -17,7 +17,7 @@ DEPEND=">=media-libs/libsdl-1.2.4 media-libs/sdl-ttf media-libs/freetype" -S="${WORKDIR}/blight_input-0.0.8-b" +S="${WORKDIR}/blight_input-${PV}-b" src_unpack() { unpack ${A} @@ -25,6 +25,8 @@ src_unpack() { # Death to all who distribute their stinking config.cache files! rm -f config.cache + epatch ${FILESDIR}/${PN}-SDL_ttf.patch + epatch ${FILESDIR}/${PN}-cflags.patch } src_install() { |