2016-02-16 17:58:18 +00:00
|
|
|
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2016-04-22 15:42:34 +00:00
|
|
|
require github [ user=clintbellanger project=flare-engine tag=v${PV} pn=flare-engine ]
|
2016-04-23 02:22:08 +00:00
|
|
|
require cmake [ api=2 ]
|
2016-05-24 16:17:53 +00:00
|
|
|
require gtk-icon-cache
|
2016-02-16 17:58:18 +00:00
|
|
|
|
|
|
|
SUMMARY="Free/Libre Action Roleplaying game engine"
|
|
|
|
|
2016-02-17 01:53:28 +00:00
|
|
|
LICENCES="CCPL-Attribution-ShareAlike-3.0 GPL-3 OFL-1.1"
|
2016-02-16 17:58:18 +00:00
|
|
|
SLOT="0"
|
|
|
|
PLATFORMS="~amd64 ~x86"
|
|
|
|
|
|
|
|
DEPENDENCIES="
|
|
|
|
build+run:
|
2016-05-14 11:44:00 +00:00
|
|
|
media-libs/SDL:2[X]
|
|
|
|
media-libs/SDL_image:2
|
|
|
|
media-libs/SDL_mixer:2
|
|
|
|
media-libs/SDL_ttf:2
|
2016-02-16 17:58:18 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
CMAKE_SRC_CONFIGURE_PARAMS=(
|
2016-05-24 16:17:05 +00:00
|
|
|
-DCMAKE_INSTALL_PREFIX="/usr"
|
2016-02-16 17:58:18 +00:00
|
|
|
-DBINDIR="/usr/$(exhost --target)/bin"
|
|
|
|
-DDATADIR=/usr/share/${PN}
|
|
|
|
)
|
|
|
|
|