mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
minetest: update to 0.4.17.1. (#1199)
This commit is contained in:
parent
beeea6aa05
commit
5391fcd980
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'minetest'
|
# Template file for 'minetest'
|
||||||
pkgname=minetest
|
pkgname=minetest
|
||||||
version=0.4.17
|
version=0.4.17.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DRUN_IN_PLACE=0 -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1"
|
configure_args="-DRUN_IN_PLACE=0 -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1"
|
||||||
|
@ -14,13 +14,13 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.minetest.net"
|
homepage="https://www.minetest.net"
|
||||||
distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
|
distfiles="https://github.com/minetest/minetest/archive/${version}.tar.gz
|
||||||
https://github.com/minetest/minetest_game/archive/${version}.tar.gz>minetest_game-${version}.tar.gz"
|
https://github.com/minetest/minetest_game/archive/${version%.*}.tar.gz>minetest_game-${version%.*}.tar.gz"
|
||||||
checksum="8664cd800ce0a146c6d7d5433b8acc93c145308403b3f6ae7e6b69bd4a53eb72
|
checksum="cd25d40c53f492325edabd2f6397250f40a61cb9fe4a1d4dd6eb030e0d1ceb59
|
||||||
f0ab07cb47c1540b2016bf76a36e2eec28b0ea7827bf66fc5447e0c5e5d4495d"
|
f0ab07cb47c1540b2016bf76a36e2eec28b0ea7827bf66fc5447e0c5e5d4495d"
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
# Install the minetest_game subgame.
|
# Install the minetest_game subgame.
|
||||||
tar -xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/minetest_game-${version}.tar.gz
|
tar -xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/minetest_game-${version%.*}.tar.gz
|
||||||
vmkdir usr/share/minetest/games/minetest_game
|
vmkdir usr/share/minetest/games/minetest_game
|
||||||
vcopy minetest_game-${version}/* usr/share/minetest/games/minetest_game
|
vcopy minetest_game-${version%.*}/* usr/share/minetest/games/minetest_game
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue