summaryrefslogtreecommitdiff
blob: 86071490fd05add4d317cbf5f287acde362eb524 (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
34
35
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

inherit games

DESCRIPTION="A computer mystery/romance game set five minutes into the future of 1988"
HOMEPAGE="http://scoutshonour.com/digital/"
SRC_URI="http://digital.artfulgamer.com/${P}.tar.bz2
	http://www.scoutshonour.com/lilyofthevalley/${P}.tar.bz2"

LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-games/renpy:6.10"

S=${WORKDIR}/Digital-linux-x86

src_install() {
	insinto "${GAMES_DATADIR}/${PN}"
	doins -r game/* || die

	games_make_wrapper ${PN} "renpy-6.10 '${GAMES_DATADIR}/${PN}'"

	newicon game/icon.png ${PN}.png || die
	make_desktop_entry ${PN} "Digital: A love story"

	dohtml README.html || die

	prepgamesdirs
}