diff options
author | 2007-02-22 14:28:04 +0000 | |
---|---|---|
committer | 2007-02-22 14:28:04 +0000 | |
commit | 3254bcd0ead40116bd3cc5e1dbafd14ed0f5aa20 (patch) | |
tree | 1ab619555662460eddb5dd3c552b6167cb3060f6 /games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild | |
parent | Fix SRC_URI. Transition to Manifest2. (diff) | |
download | gentoo-2-3254bcd0ead40116bd3cc5e1dbafd14ed0f5aa20.tar.gz gentoo-2-3254bcd0ead40116bd3cc5e1dbafd14ed0f5aa20.tar.bz2 gentoo-2-3254bcd0ead40116bd3cc5e1dbafd14ed0f5aa20.zip |
Version bump
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild')
-rw-r--r-- | games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild b/games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild new file mode 100644 index 000000000000..b4b64987e213 --- /dev/null +++ b/games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-sdl-games/ggz-sdl-games-0.0.14.ebuild,v 1.1 2007/02/22 14:28:04 nyhm Exp $ + +inherit games-ggz + +DESCRIPTION="The SDL versions of the games for GGZ Gaming Zone" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND="~dev-games/ggz-client-libs-${PV} + media-libs/libsdl + media-libs/sdl-image + media-libs/sdl-mixer + media-libs/sdl-ttf + virtual/opengl + x11-libs/libXcursor + media-fonts/ttf-bitstream-vera" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i 's: 3D:3D:' ttt3d/module.dsc.in \ + || die "sed failed" +} + +src_install() { + dosym /usr/share/fonts/ttf-bitstream-vera \ + /usr/share/ggz/geekgame/fonts + games-ggz_src_install +} |