diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-08-09 09:12:36 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-08-09 09:12:36 +0000 |
commit | 4c67d31efaa76404220b92191bbe8f074cb97939 (patch) | |
tree | dd003b82597d16a5679c3cbb76ae19a1d8d20754 /app-emulation | |
parent | initial commit (bug 24887) (diff) | |
download | gentoo-2-4c67d31efaa76404220b92191bbe8f074cb97939.tar.gz gentoo-2-4c67d31efaa76404220b92191bbe8f074cb97939.tar.bz2 gentoo-2-4c67d31efaa76404220b92191bbe8f074cb97939.zip |
initial commit (bug 24887)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/blight-glN64/ChangeLog | 10 | ||||
-rw-r--r-- | app-emulation/blight-glN64/Manifest | 3 | ||||
-rw-r--r-- | app-emulation/blight-glN64/blight-glN64-0.3.1.ebuild | 28 | ||||
-rw-r--r-- | app-emulation/blight-glN64/files/digest-blight-glN64-0.3.1 | 1 |
4 files changed, 41 insertions, 1 deletions
diff --git a/app-emulation/blight-glN64/ChangeLog b/app-emulation/blight-glN64/ChangeLog new file mode 100644 index 000000000000..64c716c952ac --- /dev/null +++ b/app-emulation/blight-glN64/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-emulation/blight-glN64 +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight-glN64/ChangeLog,v 1.1 2003/08/09 09:12:32 msterret Exp $ + +*blight-glN64-0.3.1 (09 Aug 2003) + + 09 Aug 2003; Michael Sterrett <msterret@gentoo.org> + blight-glN64-0.3.1.ebuild: + initial commit (bug 24887) + diff --git a/app-emulation/blight-glN64/Manifest b/app-emulation/blight-glN64/Manifest index b9480537c307..ea7b3d60f0eb 100644 --- a/app-emulation/blight-glN64/Manifest +++ b/app-emulation/blight-glN64/Manifest @@ -1,2 +1,3 @@ -MD5 e815a5f59b2d95976617c523591fe4b5 blight-glN64-0.3.1.ebuild 738 +MD5 04230fe08247e2c22c322c5d0371e73d blight-glN64-0.3.1.ebuild 746 +MD5 d87a4ce3382a1d18f32ed0625ce0475a ChangeLog 384 MD5 c25840536ecbf07ec58a88566a3d49a1 files/digest-blight-glN64-0.3.1 66 diff --git a/app-emulation/blight-glN64/blight-glN64-0.3.1.ebuild b/app-emulation/blight-glN64/blight-glN64-0.3.1.ebuild new file mode 100644 index 000000000000..01c8a0ffd91a --- /dev/null +++ b/app-emulation/blight-glN64/blight-glN64-0.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight-glN64/blight-glN64-0.3.1.ebuild,v 1.1 2003/08/09 09:12:32 msterret Exp $ + +inherit games + +S=${WORKDIR} +MY_P="glNintendo64-${PV}" +DESCRIPTION="An audio plugin for the mupen64 N64 emulator" +SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_glN64_port/${MY_P}.so" +HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" + +KEYWORDS="x86" +LICENSE="as-is" +SLOT="0" +IUSE="" + +RDEPEND="media-libs/libsdl" + +src_unpack() { + cp ${DISTDIR}/${A} ${WORKDIR} || die "cp failed" +} + +src_install () { + exeinto ${GAMES_LIBDIR}/mupen64/plugins + doexe ${MY_P}.so || die "doexe failed" + prepgamesdirs +} diff --git a/app-emulation/blight-glN64/files/digest-blight-glN64-0.3.1 b/app-emulation/blight-glN64/files/digest-blight-glN64-0.3.1 new file mode 100644 index 000000000000..d7c92aaa5791 --- /dev/null +++ b/app-emulation/blight-glN64/files/digest-blight-glN64-0.3.1 @@ -0,0 +1 @@ +MD5 a051de6e53602df6cdc08d653214a205 glNintendo64-0.3.1.so 157296 |