# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Great courses for Orbz" HOMEPAGE="www.orbzonline.com" SRC_URI="http://www.21-6.net/orbz/download/coursepackv5_pc.zip" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="games-arcade/orbz-demo" S=${WORKDIR} src_unpack() { unpack coursepackv5_pc.zip } src_install () { insinto /${GAMES_PREFIX_OPT}/orbz-demo/ doins -r fps/ dodoc coursepack.txt open_pit_ice_mine_credits.txt prepgamesdirs }