mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
openttd: update to 1.9.0.
This commit is contained in:
parent
41cdba559f
commit
6d57e36003
1 changed files with 10 additions and 16 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'openttd'
|
# Template file for 'openttd'
|
||||||
pkgname=openttd
|
pkgname=openttd
|
||||||
version=1.8.0
|
version=1.9.0
|
||||||
revision=3
|
revision=1
|
||||||
_gfxver=0.5.4
|
_gfxver=0.5.5
|
||||||
_sfxver=0.2.3
|
_sfxver=0.2.3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--menu-name=OpenTTD --personal-dir=.openttd"
|
|
||||||
hostmakedepends="pkg-config unzip"
|
hostmakedepends="pkg-config unzip"
|
||||||
makedepends="SDL-devel icu-devel fontconfig-devel libpng-devel lzo-devel liblzma-devel
|
makedepends="SDL-devel icu-devel fontconfig-devel libpng-devel lzo-devel liblzma-devel
|
||||||
libxdg-basedir-devel"
|
libxdg-basedir-devel"
|
||||||
|
@ -14,16 +13,13 @@ short_desc="Open Source version of Transport Tycoon Deluxe"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2 Custom"
|
license="GPL-2 Custom"
|
||||||
homepage="https://www.openttd.org/"
|
homepage="https://www.openttd.org/"
|
||||||
distfiles="
|
distfiles="https://proxy.binaries.openttd.org/openttd-releases/${version}/openttd-${version}-source.tar.xz
|
||||||
http://binaries.openttd.org/releases/${version}/openttd-${version}-source.tar.xz
|
https://bundles.openttdcoop.org/opengfx/releases/${_gfxver}/opengfx-${_gfxver}.zip
|
||||||
http://bundles.openttdcoop.org/opengfx/releases/${_gfxver}/opengfx-${_gfxver}.zip
|
https://bundles.openttdcoop.org/opensfx/releases/${_sfxver}/opensfx-${_sfxver}.zip"
|
||||||
http://bundles.openttdcoop.org/opensfx/releases/${_sfxver}/opensfx-${_sfxver}.zip
|
checksum="45fded554d973328496f6e01b0769d7b8b64048a8fe2cf252242194c08ea7419
|
||||||
"
|
c648d56c41641f04e48873d83f13f089135909cc55342a91ed27c5c1683f0dfe
|
||||||
checksum="
|
3574745ac0c138bae53b56972591db8d778ad9faffd51deae37a48a563e71662"
|
||||||
c2d32d9d736d27202a020027a3729ae763f5432ae6f424891e57a4095eeb087f
|
|
||||||
3d136d776906dbe8b5df1434cb9a68d1249511a3c4cfaca55cc24cc0028ae078
|
|
||||||
3574745ac0c138bae53b56972591db8d778ad9faffd51deae37a48a563e71662
|
|
||||||
"
|
|
||||||
|
|
||||||
CXXFLAGS=' -DU_USING_ICU_NAMESPACE=1'
|
CXXFLAGS=' -DU_USING_ICU_NAMESPACE=1'
|
||||||
|
|
||||||
|
@ -35,8 +31,6 @@ post_extract() {
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix-dir=/usr \
|
./configure --prefix-dir=/usr \
|
||||||
--endian=LE \
|
|
||||||
--host=${XBPS_CROSS_TRIPLET} \
|
|
||||||
--cc-build=gcc \
|
--cc-build=gcc \
|
||||||
--cxx-build=g++ \
|
--cxx-build=g++ \
|
||||||
--binary-dir=bin \
|
--binary-dir=bin \
|
||||||
|
|
Loading…
Add table
Reference in a new issue