# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Gravity game remake" HOMEPAGE="http://www.podvlivem.net/glx" SRC_URI="http://www.podvlivem.net/glx/gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" SANDBOX_DISABLED="1" DEPEND=">=media-libs/libsdl-1.2.7 >=media-libs/sdl-image-1.2 >=media-libs/sdl-gfx-2.0.12 >=media-libs/fmod-3.74 >=dev-util/scons-0.96.1" src_compile() { scons || die "scons build failed" } src_install() { scons install || die "scons install failed" } pkg_postrm() { rm -rf /usr/local/games/glx-game }