# Copyright 1999-2005 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/${PN}/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/libsdl virtual/opengl media-libs/libvorbis media-libs/libogg media-libs/jpeg media-libs/libpng sys-libs/zlib" RDEPEND="${DEPEND}" src_install() { make DESTDIR=${D} install || die "make install failed" }