# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Broken Sword 2: The Smoking Mirror (interactive demo)" SRC_URI="http://files.5star-network.com/Games/bs2-demo.zip" LICENSE="freedist" SLOT="0" KEYWORDS="x86" IUSE="" RESTRICT="strip" RDEPEND=">=games-engines/scummvm-0.6.0" DEPEND="${RDEPEND} app-arch/unzip" S=${WORKDIR} src_install() { games_make_wrapper bs2demo "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" sword2demo" . insinto "${GAMES_DATADIR}/${PN}" doins *.clu *.CLU *.inf *.tab prepgamesdirs }