games-engines/flare: initial import of verson 0.19

This commit is contained in:
hasufell 2016-02-16 18:58:18 +01:00
parent b867dde063
commit d6d7d3c84e
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
require cmake
SUMMARY="Free/Libre Action Roleplaying game engine"
HOMEPAGE="https://github.com/clintbellanger/flare-engine"
DOWNLOADS="https://github.com/clintbellanger/flare-engine/archive/v${PV}.tar.gz -> ${PNV}-engine.tar.gz"
LICENCES="CC-BY-SA-3.0 GPL-3 OFL-1.1"
SLOT="0"
PLATFORMS="~amd64 ~x86"
DEPENDENCIES="
build+run:
media-libs/SDL:0[X]
media-libs/SDL_image:1
media-libs/SDL_mixer:0
media-libs/SDL_ttf:0
"
WORK=${WORKBASE}/flare-engine-${PV}
CMAKE_SRC_CONFIGURE_PARAMS=(
-DBINDIR="/usr/$(exhost --target)/bin"
-DDATADIR=/usr/share/${PN}
)