games-simulation/minetest: bump to 0.4.16

This commit is contained in:
Julian Ospald 2017-06-15 18:56:05 +02:00
parent 21de429fb2
commit c10f000057
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 6 additions and 5 deletions

View File

@ -45,11 +45,12 @@ DEPENDENCIES="
"
CMAKE_SRC_CONFIGURE_PARAMS=(
-DBUILD_SERVER=ON
-DBUILD_CLIENT=ON
-DBUILD_SERVER=ON
-DCMAKE_INSTALL_PREFIX="/usr"
-DCUSTOM_BINDIR="/usr/$(exhost --target)/bin"
-DCUSTOM_DOCDIR="/usr/share/doc/${PNVR}"
-DCUSTOM_EXAMPLE_CONF_DIR=/usr/share/doc/${PNVR}
-DCUSTOM_LOCALEDIR="/usr/share/locale"
-DCUSTOM_SHAREDIR="/usr/share/${PN}"
-DENABLE_CURL=ON
@ -57,14 +58,14 @@ CMAKE_SRC_CONFIGURE_PARAMS=(
-DENABLE_GETTEXT=ON
-DENABLE_GLES=0
-DENABLE_LEVELDB=ON
-DENABLE_LUAJIT=OFF
-DENABLE_POSTGRESQL=OFF
-DENABLE_REDIS=ON
-DENABLE_SPATIAL=OFF
-DENABLE_SOUND=ON
-DENABLE_LUAJIT=OFF
-DRUN_IN_PLACE=0
-DENABLE_SPATIAL=OFF
-DENABLE_SYSTEM_GMP=ON
-DIRRLICHT_INCLUDE_DIR=/usr/$(exhost --target)/include/irrlicht
-DCUSTOM_EXAMPLE_CONF_DIR=/usr/share/doc/${PNVR}
-DRUN_IN_PLACE=0
)
src_unpack() {