forked from hasufell/hasufell-repository
games-engines/solarus: bump to 1.5.3
This commit is contained in:
parent
a1bee2504b
commit
9105464011
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
require lua [ whitelist="5.1" multibuild=false ]
|
require lua [ whitelist="5.1" multibuild=false ]
|
||||||
require cmake [ api=2 ]
|
require cmake [ api=2 ]
|
||||||
|
require gtk-icon-cache
|
||||||
|
|
||||||
SUMMARY="An open-source Zelda-like 2D game engine"
|
SUMMARY="An open-source Zelda-like 2D game engine"
|
||||||
HOMEPAGE="http://www.solarus-games.org/"
|
HOMEPAGE="http://www.solarus-games.org/"
|
||||||
@ -27,12 +28,10 @@ DEPENDENCIES="
|
|||||||
"
|
"
|
||||||
|
|
||||||
CMAKE_SRC_CONFIGURE_PARAMS=(
|
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
|
-DSOLARUS_USE_LUAJIT=OFF
|
||||||
)
|
)
|
||||||
|
|
||||||
src_install() {
|
|
||||||
cmake_src_install
|
|
||||||
doman "${CMAKE_SOURCE}"/solarus.6
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user