diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-21 07:06:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-21 07:06:07 +0000 |
commit | 2ce6e4489474ba49916a2fc2de8faee199636040 (patch) | |
tree | 11badf80c0fc646c2b15661def4a5cbc1825db41 /games-arcade/gish-demo | |
parent | Remove older version. (diff) | |
download | gentoo-2-2ce6e4489474ba49916a2fc2de8faee199636040.tar.gz gentoo-2-2ce6e4489474ba49916a2fc2de8faee199636040.tar.bz2 gentoo-2-2ce6e4489474ba49916a2fc2de8faee199636040.zip |
needs games_pkg_setup
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-arcade/gish-demo')
-rw-r--r-- | games-arcade/gish-demo/gish-demo-1.0.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games-arcade/gish-demo/gish-demo-1.0.0.ebuild b/games-arcade/gish-demo/gish-demo-1.0.0.ebuild index 1dc2c16142d3..8951ce01376e 100644 --- a/games-arcade/gish-demo/gish-demo-1.0.0.ebuild +++ b/games-arcade/gish-demo/gish-demo-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/gish-demo-1.0.0.ebuild,v 1.6 2005/09/26 17:38:17 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/gish-demo/gish-demo-1.0.0.ebuild,v 1.7 2005/11/21 07:06:07 mr_bones_ Exp $ inherit eutils games @@ -10,11 +10,10 @@ SRC_URI="ftp://demos.garagegames.com/gish/gishdemo-${PV}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="-* x86 ~amd64" +KEYWORDS="-* ~amd64 x86" IUSE="" -RDEPEND="virtual/libc - media-libs/libsdl +RDEPEND="media-libs/libsdl media-libs/openal virtual/opengl media-libs/libvorbis @@ -23,13 +22,14 @@ RDEPEND="virtual/libc >=app-emulation/emul-linux-x86-sdl-2.1 )" +S=${WORKDIR}/gishdemo + pkg_setup() { # Binary x86 package has_multilib_profile && ABI="x86" + games_pkg_setup } -S=${WORKDIR}/gishdemo - src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} dodir ${dir} ${GAMES_BINDIR} |