summaryrefslogtreecommitdiff
blob: 4becefb0a8d38e8bf8a8ca84573dc54834360e78 (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
# 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"

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

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

src_install() {
	default
	make_desktop_entry ${PN} "Zelda: Mystery of Solarus DX"
}