diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-09 16:28:07 +0000 |
commit | 4449c749e4d0a531f4dffcd6bd11772e59ecbf81 (patch) | |
tree | 47ac23a46562d1736503b9b2447f81b34199c04e /games-emulation/psemu-eternalspu/psemu-eternalspu-1.41-r1.ebuild | |
parent | New package - rename. (diff) | |
download | historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.gz historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.tar.bz2 historical-4449c749e4d0a531f4dffcd6bd11772e59ecbf81.zip |
welcome to games-emulation
Diffstat (limited to 'games-emulation/psemu-eternalspu/psemu-eternalspu-1.41-r1.ebuild')
-rw-r--r-- | games-emulation/psemu-eternalspu/psemu-eternalspu-1.41-r1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/games-emulation/psemu-eternalspu/psemu-eternalspu-1.41-r1.ebuild b/games-emulation/psemu-eternalspu/psemu-eternalspu-1.41-r1.ebuild new file mode 100644 index 000000000000..c5fc7b9ce052 --- /dev/null +++ b/games-emulation/psemu-eternalspu/psemu-eternalspu-1.41-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-eternalspu/psemu-eternalspu-1.41-r1.ebuild,v 1.1 2003/09/09 16:26:50 vapier Exp $ + +inherit games + +DESCRIPTION="PSEmu Eternal SPU" +HOMEPAGE="http://www1.odn.ne.jp/psx-alternative/" +SRC_URI="http://www1.odn.ne.jp/psx-alternative/download/spuEternal${PV//.}_linux.tgz" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="x86" + +DEPEND="media-libs/libsdl" + +S=${WORKDIR} + +src_install() { + exeinto ${GAMES_LIBDIR}/psemu/plugins + doexe libspuEternal.so.* + dodoc *.txt + prepgamesdirs +} |