# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="A challenging 2D motocross platform game" HOMEPAGE="http://xmoto.sourceforge.net/" SRC_URI="mirror://sourceforge/xmoto/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/opengl virtual/glu net-misc/curl media-libs/jpeg media-libs/libpng media-libs/libsdl media-libs/sdl-mixer dev-lang/lua dev-games/ode" src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc ChangeLog README TODO prepgamesdirs }