openra: update to 20181215.
This commit is contained in:
parent
36610e3173
commit
12709f762a
1 changed files with 7 additions and 7 deletions
|
@ -1,22 +1,22 @@
|
|||
# Template file for 'openra'
|
||||
pkgname=openra
|
||||
version=20180923
|
||||
version=20181215
|
||||
revision=1
|
||||
wrksrc="OpenRA-release-${version}"
|
||||
noarch=yes
|
||||
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"
|
||||
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"
|
||||
homepage="http://www.openra.net"
|
||||
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=85943a229a8f927727614055a58200f4a0d4df4ae7a71d7b2443de22abb2d688
|
||||
checksum=8214a8945c6667899a0d5f8956718b8e163d0184989d7c50972cc11c4f8311f2
|
||||
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue