summaryrefslogtreecommitdiff
blob: 1f4a952cc5b31638a25a933c663e7182da50b4a8 (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
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit games cmake-utils

DESCRIPTION="A free 2D Zelda fangame"
HOMEPAGE="http://www.solarus-games.org/"
SRC_URI="http://www.zelda-solarus.com/downloads/${PN}/${P}.tar.gz
	https://raw.github.com/christopho/${PN}/master/build/icons/${PN}_icon_48.png"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND="=games-engines/solarus-1.0.4"
DEPEND="${RDEPEND}"

src_install() {
	default
	newicon -s 48 ${DISTDIR}/${PN}_icon_48.png ${PN}.png
	make_desktop_entry ${PN} "Zelda: Mystery of Solarus DX" ${PN}.png
}