summaryrefslogtreecommitdiff
path: root/games-rpg/digital/digital-1.1.ebuild
blob: 0607301ddc5464c18534f78c9d05103afff96df6 (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
inherit games

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

EAPI="2"

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

DEPEND="dev-games/renpy:6.10
	media-video/ffmpeg"
RDEPEND="${DEPEND}"

src_install() {
	cd Digital-linux-x86

	insinto "${GAMES_DATADIR}/${PN}"
	doins -r game/* || die "doins failed" 

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

	dodoc README.html || die "dodoc failed"

	prepgamesdirs
}