summaryrefslogtreecommitdiff
blob: 01a7067732eb76ae85093e7f46e9cf33a7a7dbde (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 git-2

DESCRIPTION="A free 2D Zelda fangame parody"
HOMEPAGE="http://www.solarus-games.org/"
EGIT_REPO_URI="git://github.com/christopho/${PN}.git
	https://github.com/christopho/${PN}.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

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

src_install() {
	cmake-utils_src_install
	newicon -s 48 "build/icons/${PN}_icon_48.png" "${PN}.png"
	make_desktop_entry "${PN}" "Zelda: Mystery of Solarus XD" "${PN}.png"
}