# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="A road figher remake" HOMEPAGE="http://braingames.getput.com/roadf/default.asp" SRC_URI="http://www.braingames.getput.com/roadf/download/RF-sources.zip" LICENSE="" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-sound media-libs/sdl-ttf media-libs/sdl-image media-libs/sge" RDEPEND="" src_unpack() { mkdir ${S} cd ${S} unpack ${A} } src_compile() { make || die "make failed" } src_install() { mv rf roadfighter dogamesbin roadfighter prepgamesdirs }