# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit eutils cmake-utils games MY_VERSION="v015_1" DESCRIPTION="Free/Libre Action Roleplaying Engine" HOMEPAGE="http://clintbellanger.net/rpg/" SRC_URI="https://github.com/downloads/clintbellanger/flare/flare_linux_${MY_VERSION}.tar.gz" LICENSE="GPL-3 CC-BY-SA 3.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}/${PN}_linux_${MY_VERSION}" RDEPEND="media-libs/sdl-mixer media-libs/sdl-image media-libs/sdl-net media-libs/sdl-ttf" DEPEND="${RDEPEND}" DOCS=( README ) src_prepare() { cd ${S} } src_configure() { cmake-utils_src_configure } src_install() { cmake-utils_src_install }