void-packages/srcpkgs/openra/template
2019-03-15 08:07:52 +01:00

29 lines
961 B
Bash

# Template file for 'openra'
pkgname=openra
version=20190314
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"
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=9e5d3b3cc5d389b4c6fb85e2e5ee2aa3b148fe028cec3dcd8fa2e25171e13b15
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" lua51 libgdiplus"
fi
pre_build() {
make VERSION="release-${version}" version
make dependencies
}