void-packages/srcpkgs/openra/template
2020-05-03 19:02:34 +02:00

33 lines
1 KiB
Bash

# Template file for 'openra'
pkgname=openra
version=20200503
revision=1
archs=noarch
wrksrc="OpenRA-release-${version}"
build_style="gnu-makefile"
make_install_target="install install-linux-shortcuts install-linux-mime
install-linux-appdata install-man-page"
make_install_args="prefix=/usr"
hostmakedepends="mono unzip curl msbuild-bin"
makedepends="SDL2-devel lua51-devel freetype-devel libopenal-devel libgdiplus-devel"
depends="mono libopenal freetype xdg-utils zenity SDL2 lua51 libgdiplus"
short_desc="Open-source implementation of the Red Alert engine"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-3.0-or-later"
homepage="http://www.openra.net"
distfiles="https://github.com/OpenRA/OpenRA/archive/release-${version}.tar.gz"
checksum=11ee0aa738c6e7fc4f39ab23f029a280a29530e28096c7da78eb12b12f1a854f
if [ "$XBPS_ENDIAN" = "be" ]; then
broken="Fails to build"
fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" lua51 libgdiplus"
fi
pre_build() {
make VERSION="release-${version}" version
make dependencies
}