# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Sam & Max Hit the Road (Interactive Demo)" SRC_URI="http://www.cowlark.com/scumm.dat/snmdemo.zip" LICENSE="freedist" SLOT="0" KEYWORDS="x86" IUSE="" RESTRICT="strip" RDEPEND=">=games-engines/scummvm-0.6.0" DEPEND="${RDEPEND} app-arch/unzip" S=${WORKDIR}/snmdemo src_install() { games_make_wrapper samnmaxdemo "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" samnmax" . insinto "${GAMES_DATADIR}/${PN}" doins snmdemo.sm0 snmdemo.sm1 monster.sou dodoc readme.txt prepgamesdirs }