# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Beneath a Steel Sky is a 2D point-and-click science fiction thriller set in a bleak vision of the futurer. Originally published for DOS and the Amiga by Revolution Software Ltd. this is a ScummVM freeware CD version including voice support." HOMEPAGE="http://www.revgames.com/" # hm, was a way doing this by using ${foo//???/???} but I can't figure... :( SRC_URI="mirror://sourceforge/scummvm/`echo ${PV} | tr [a-z] [A-Z]`.zip" LICENSE="bass" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" # bass was added in ScummVM 0.5.0 DEPEND=">=/games-engines/scummvm-0.5.0.ebuild" RDEPEND=">=/games-engines/scummvm-0.5.0.ebuild" S=${WORKDIR}/sky-cd src_compile() { # nothing to do. ; } src_install() { unpack BASS-CD.zip insinto /opt/bass-cd/ doins sky-cd/* # install wrapper script into /usr dobin bass } pkg_postinst() { einfo "Beneath a Steel Sky CD Version has been installed into /opt/bass-cd" einfo "You may use the 'bass' ScummVM wrapper-script to launch the game." }