# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Zak McKracken and the Alien Mindbenders (non-interactive demo)" SRC_URI="http://quick.mixnmojo.com/demos/zakstdemo.zip" LICENSE="freedist" SLOT="0" KEYWORDS="x86" IUSE="" RESTRICT="strip" RDEPEND=">=games-engines/scummvm-0.6.0" DEPEND="${RDEPEND} app-arch/unzip" S=${WORKDIR}/ROOMS src_install() { games_make_wrapper zakdemo "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" zak" . insinto "${GAMES_DATADIR}/${PN}" doins *.LFL prepgamesdirs }