# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.3.1.2-r2.ebuild,v 1.9 2006/02/01 10:11:54 blubb Exp $ inherit games eutils autotools DESCRIPTION="X-Moto is 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 ~amd64" IUSE="user-levels" DEPEND="dev-lang/lua dev-games/ode media-libs/sdl-mixer sys-libs/zlib media-libs/jpeg media-libs/libpng" src_compile() { epatch ${FILESDIR}/configure.patch AT_M4DIR="config" eautoreconf games_src_compile } src_install() { egamesinstall }