summaryrefslogtreecommitdiff
blob: 30185e08922f1c96264ce34111221e25577ad9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit games

DESCRIPTION="Simon the Sorcerer 2 (interactive demo)"
HOMEPAGE="http://www.adventuresoft.com/gs2.html"
SRC_URI="http://quick.mixnmojo.com/demos/simon2demo.zip
	http://gentooexperimental.org/~unlord/simon2demo.zip"

LICENSE="freedist"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="strip"

RDEPEND=">=games-engines/scummvm-0.8.2"
DEPEND="app-arch/unzip"

S=${WORKDIR}/simon2demo
dir=${GAMES_DATADIR}/${PN}

src_install() {
	insinto "${dir}"
	doins gsptr30 icon.dat simon2.gme simon2.voc stripped.txt tbllist || die "doins failed"

	games_make_wrapper ${PN} "scummvm -f -p \"${dir}\" simon2"
	doicon "${FILESDIR}/${PN}.png" || die "doicon failed"
	make_desktop_entry ${PN} "Simon the Sorcerer 2 (Demo)" ${PN}.png

	prepgamesdirs
}