diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-08-09 09:05:15 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-08-09 09:05:15 +0000 |
commit | d74bdc6cd97c88858a0d1472e1ea32002ecd7182 (patch) | |
tree | 3f767620db684e9aa1a71dded155cb647ad45801 /app-emulation/blight-tr64gl | |
parent | initial commit (bug 24890) (diff) | |
download | gentoo-2-d74bdc6cd97c88858a0d1472e1ea32002ecd7182.tar.gz gentoo-2-d74bdc6cd97c88858a0d1472e1ea32002ecd7182.tar.bz2 gentoo-2-d74bdc6cd97c88858a0d1472e1ea32002ecd7182.zip |
initial commit (bug 24890)
Diffstat (limited to 'app-emulation/blight-tr64gl')
4 files changed, 40 insertions, 1 deletions
diff --git a/app-emulation/blight-tr64gl/ChangeLog b/app-emulation/blight-tr64gl/ChangeLog new file mode 100644 index 000000000000..539048990174 --- /dev/null +++ b/app-emulation/blight-tr64gl/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-emulation/blight-tr64gl +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight-tr64gl/ChangeLog,v 1.1 2003/08/09 09:05:12 msterret Exp $ + +*blight-tr64gl-0.7.4_pre1 (09 Aug 2003) + + 09 Aug 2003; Michael Sterrett <msterret@gentoo.org> + blight-tr64gl-0.7.4_pre1.ebuild: + initial commit (bug 24890) + diff --git a/app-emulation/blight-tr64gl/Manifest b/app-emulation/blight-tr64gl/Manifest index 063cdf703ae0..1d985324968b 100644 --- a/app-emulation/blight-tr64gl/Manifest +++ b/app-emulation/blight-tr64gl/Manifest @@ -1,2 +1,3 @@ -MD5 c216715739dc906076e05e642982e7e4 blight-tr64gl-0.7.4_pre1.ebuild 711 +MD5 c7d089968fa9ee350b05ac89b467d9c7 blight-tr64gl-0.7.4_pre1.ebuild 711 +MD5 736fa2a4440c9276c5e493e5bdd12307 ChangeLog 398 MD5 408f2a595b0a70418853c2e07aeba30f files/digest-blight-tr64gl-0.7.4_pre1 75 diff --git a/app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild b/app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild new file mode 100644 index 000000000000..afe55dc39263 --- /dev/null +++ b/app-emulation/blight-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild @@ -0,0 +1,27 @@ +# 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-tr64gl/blight-tr64gl-0.7.4_pre1.ebuild,v 1.1 2003/08/09 09:05:12 msterret Exp $ + +inherit games + +S=${WORKDIR} +MY_P="blight_tr64gl-0.7.4-pre1" +DESCRIPTION="An audio plugin for the mupen64 N64 emulator" +SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_tr64gl_port/${MY_P}.so.gz" +HOMEPAGE="http://deltaanime.ath.cx/~blight/n64/" + +KEYWORDS="x86" +LICENSE="as-is" +SLOT="0" +IUSE="" + +RDEPEND="media-libs/libsdl" + +src_unpack() { + unpack ${A} +} + +src_install () { + exeinto ${GAMES_LIBDIR}/mupen64/plugins + doexe ${MY_P}.so || die "doexe failed" +} diff --git a/app-emulation/blight-tr64gl/files/digest-blight-tr64gl-0.7.4_pre1 b/app-emulation/blight-tr64gl/files/digest-blight-tr64gl-0.7.4_pre1 new file mode 100644 index 000000000000..7c306f7a1793 --- /dev/null +++ b/app-emulation/blight-tr64gl/files/digest-blight-tr64gl-0.7.4_pre1 @@ -0,0 +1 @@ +MD5 202cad8a7227728a51aafe1096bfc3d8 blight_tr64gl-0.7.4-pre1.so.gz 275106 |