# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Indiana Jones and the Fate of Atlantis (PC Demo)" #HOMEPAGE="http://foo.bar.com/" SRC_URI="http://www.cowlark.com/scumm.dat/fate.zip" LICENSE="freedist" SLOT="0" KEYWORDS="x86" RDEPEND=">=games-engines/scummvm-0.6.0" DEPEND="${RDEPEND} app-arch/unzip" S=${WORKDIR}/fate src_install() { games_make_wrapper fatedemo "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" atlantis" . insinto "${GAMES_DATADIR}/${PN}" doins fate.000 fate.001 monster.sou dodoc readme.doc prepgamesdirs }