# 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_configure() { cmake-utils_src_configure } src_compile() { cmake-utils_src_compile } src_install() { cmake-utils_src_install make_desktop_entry ${PN} "Zelda: Mystery of Solarus DX" }