summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-01-06 04:58:18 +0000
committerDaniel Goller <morfic@gentoo.org>2005-01-06 04:58:18 +0000
commit3ed499713e07f674073b741c04e7db3142790749 (patch)
treec46ba19842551a882453d0a4084671a87171bc31 /games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild
parentlocal use flag for mupen64 (diff)
downloadgentoo-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.ebuild10
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() {