# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit games DESCRIPTION="Make and destroy blocks to reach the goal" HOMEPAGE="http://www.loomsoft.net/games_zeps_dreamland.shtml" SRC_URI="http://www.loomsoft.net/downloads/zeps_dreamland/zeps_dreamland.tar.gz" LICENSE="freedist" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="strip" RDEPEND="" S="${WORKDIR}/ZepsDreamland" src_install() { exeinto "${GAMES_PREFIX_OPT}/zepsdreamland" doexe ZepsDreamland ZepsDreamlandEditor insinto "${GAMES_PREFIX_OPT}/zepsdreamland" doins -r data/ shots/ echo "#!/bin/sh cd ${GAMES_PREFIX_OPT}/zepsdreamland && ./ZepsDreamland" \ > zepsdreamland echo "#!/bin/sh cd ${GAMES_PREFIX_OPT}/zepsdreamland && ./ZepsDreamlandEditor" \ > zepsdreamland-editor exeinto "${GAMES_BINDIR}" doexe zepsdreamland zepsdreamland-editor # dosym "${GAMES_PREFIX_OPT}/zepsdreamland/ZepsDreamland" "${GAMES_BINDIR}/zepsdreamland" # dosym "${GAMES_PREFIX_OPT}/zepsdreamland/ZepsDreamlandEditor" "${GAMES_BINDIR}/zepsdreamland-editor" dodoc Linux_Release_notes dohtml ReadMe/* prepgamesdirs }