diff options
Diffstat (limited to 'games-rpg/zsdx/zsdx-1.6.2.ebuild')
-rw-r--r-- | games-rpg/zsdx/zsdx-1.6.2.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/games-rpg/zsdx/zsdx-1.6.2.ebuild b/games-rpg/zsdx/zsdx-1.6.2.ebuild new file mode 100644 index 0000000..7ef37bd --- /dev/null +++ b/games-rpg/zsdx/zsdx-1.6.2.ebuild @@ -0,0 +1,32 @@ +# 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" +} |