games-engines/solarus: bump to 1.5.3

This commit is contained in:
Julian Ospald 2017-05-18 17:49:22 +02:00
parent a1bee2504b
commit 9105464011
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 5 additions and 6 deletions

View File

@ -3,6 +3,7 @@
require lua [ whitelist="5.1" multibuild=false ]
require cmake [ api=2 ]
require gtk-icon-cache
SUMMARY="An open-source Zelda-like 2D game engine"
HOMEPAGE="http://www.solarus-games.org/"
@ -27,12 +28,10 @@ DEPENDENCIES="
"
CMAKE_SRC_CONFIGURE_PARAMS=(
-DSOLARUS_INSTALL_DESTINATION="/usr/$(exhost --target)/bin"
-DCMAKE_INSTALL_PREFIX="/usr"
-DSOLARUS_EXECUTABLE_INSTALL_DESTINATION="/usr/$(exhost --target)/bin"
-DSOLARUS_HEADERS_INSTALL_DESTINATION="/usr/$(exhost --target)/include"
-DSOLARUS_LIBRARY_INSTALL_DESTINATION="/usr/$(exhost --target)/lib"
-DSOLARUS_USE_LUAJIT=OFF
)
src_install() {
cmake_src_install
doman "${CMAKE_SOURCE}"/solarus.6
}