void-packages/srcpkgs/openra/template
2018-12-17 09:13:39 +01:00

29 lines
962 B
Bash

# Template file for 'openra'
pkgname=openra
version=20181215
revision=1
noarch=yes
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="An 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=8214a8945c6667899a0d5f8956718b8e163d0184989d7c50972cc11c4f8311f2
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" lua51 libgdiplus"
fi
pre_build() {
make VERSION="release-${version}" version
make dependencies
}