# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit games DESCRIPTION="A new racing game starring Tux, the linux penguin" HOMEPAGE="http://supertuxkart.berlios.de" SRC_URI="http://download.berlios.de/supertuxkart/${P}-1.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" RDEPEND=">=media-libs/plib-1.8.0 >=media-libs/sdl-image-1.2.3 >=media-libs/sdl-ttf-2.0.6 >=media-libs/libsdl-1.2.4 virtual/x11 virtual/opengl" DEPEND="${RDEPEND}" export S=${S}-1 src_compile() { egamesconf --datadir="${GAMES_DATADIR_BASE}" || die emake || die "emake failed" } src_install() { einstall dodoc AUTHORS CHANGES README COPYING ChangeLog LICENSE NEWS dohtml doc/*.html rm -rf "${D}/usr/share/supertuxkart/" prepgamesdirs }