void-packages/srcpkgs/warzone2100/template

34 lines
1.2 KiB
Bash

# Template file for 'warzone2100'
pkgname=warzone2100
version=4.5.3
revision=1
build_style=cmake
configure_args="-DWZ_ENABLE_WARNINGS_AS_ERRORS=OFF -DWZ_DISTRIBUTOR=void"
hostmakedepends="zip unzip asciidoc gettext pkg-config shaderc"
makedepends="libpng-devel fribidi-devel fontconfig-devel SDL2-devel libvorbis-devel
libtheora-devel libopenal-devel glew-devel physfs-devel harfbuzz-devel
libsodium-devel libcurl-devel libopusenc-devel"
depends="desktop-file-utils warzone2100-data"
short_desc="3D realtime strategy game on a future Earth"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later"
homepage="http://wz2100.net"
changelog="https://raw.githubusercontent.com/Warzone2100/warzone2100/master/ChangeLog"
distfiles="https://github.com/Warzone2100/${pkgname}/releases/download/${version}/${pkgname}_src.tar.xz"
checksum=eed49f2e456d87d9db192c27d6e356785ac7c7969cfa368edc693d05bfa12c89
nocross="fails to detect SDL2 when cross-compiling"
post_extract() {
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
echo "target_link_libraries(warzone2100 atomic)" >> CMakeLists.txt
fi
}
warzone2100-data_package() {
short_desc+=" - data files"
pkg_install() {
vmove usr/share/doc
vmove usr/share/${sourcepkg}
}
}