diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-12-27 17:51:40 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-12-27 17:51:40 +0000 |
commit | ca5fb29d11460305c4c105968f0eb787623b49d7 (patch) | |
tree | b80f518584fd363ee98b913f559b21323fd32ffe /app-emulation | |
parent | added socket and pcntl support to the ebuild. Fixes #12484. (diff) | |
download | historical-ca5fb29d11460305c4c105968f0eb787623b49d7.tar.gz historical-ca5fb29d11460305c4c105968f0eb787623b49d7.tar.bz2 historical-ca5fb29d11460305c4c105968f0eb787623b49d7.zip |
new package. fixes #12562
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/blight_input/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/blight_input/blight_input-0.0.4.ebuild | 30 | ||||
-rw-r--r-- | app-emulation/blight_input/files/digest-blight_input-0.0.4 | 1 |
3 files changed, 39 insertions, 0 deletions
diff --git a/app-emulation/blight_input/ChangeLog b/app-emulation/blight_input/ChangeLog new file mode 100644 index 000000000000..c7bf90e136fe --- /dev/null +++ b/app-emulation/blight_input/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-emulation/blight_input +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight_input/ChangeLog,v 1.1 2002/12/27 17:51:40 rphillips Exp $ + +*blight_input-0.0.4 (26 Dec 2002) + + 26 Dec 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + initial release diff --git a/app-emulation/blight_input/blight_input-0.0.4.ebuild b/app-emulation/blight_input/blight_input-0.0.4.ebuild new file mode 100644 index 000000000000..741095b8cb2e --- /dev/null +++ b/app-emulation/blight_input/blight_input-0.0.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +S=${WORKDIR}/${P} +DESCRIPTION="An input plugin for the mupen64 N64 emulator" +SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_input_plugin/${P}.tar.gz" +HOMEPAGE="http://mupen64.emulation64.com/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 -ppc -sparc -sparc64" + +DEPEND="media-libs/libsdl + media-libs/freetype" + +src_compile() { +cd ${S}/SDL_ttf2 + rm config.cache + cp SDL_ttf.h ${S} + econf || die + emake || die +cd ${S} + emake || die +} + +src_install () { + dodir /usr/lib/mupen64/plugins + insinto /usr/lib/mupen64/plugins + doins blight_input.so +} diff --git a/app-emulation/blight_input/files/digest-blight_input-0.0.4 b/app-emulation/blight_input/files/digest-blight_input-0.0.4 new file mode 100644 index 000000000000..68a650924cdd --- /dev/null +++ b/app-emulation/blight_input/files/digest-blight_input-0.0.4 @@ -0,0 +1 @@ +MD5 c585131fff8e47d12c28a4278d35f9b6 blight_input-0.0.4.tar.gz 1592856 |