games/stratagus: Updated for version 2.3.0.

This commit is contained in:
B. Watson 2015-05-11 00:56:13 -04:00 committed by Willy Sudiarto Raharjo
parent 79a8e0c982
commit 8c78244c99
4 changed files with 9 additions and 7 deletions

View file

@ -3,7 +3,7 @@ stratagus (RTS game engine)
Stratagus Core is a free cross-platform real-time strategy gaming
engine. It includes support for playing over the internet/LAN, or playing
a computer opponent. The engine is configurable and can be used to create
games with a wide-range of features specific to your needs.
games with a wide range of features specific to your needs.
If you're installing stratagus as a dependency for wargus, make sure the
stratagus and wargus version numbers match. This shouldn't be a problem

View file

@ -11,7 +11,7 @@ stratagus:
stratagus: Stratagus Core is a free cross-platform real-time strategy gaming
stratagus: engine. It includes support for playing over the internet/LAN,
stratagus: or playing a computer opponent. The engine is configurable and can
stratagus: be used to create games with a wide-range of features specific to
stratagus: be used to create games with a wide range of features specific to
stratagus: your needs.
stratagus:
stratagus:

View file

@ -16,6 +16,8 @@
# Build option notes:
# - technically libmikmod is optional, but it's a small lib with no deps
# of its own. Games might need it, better to make it a hard dep.
# - fluidsynth is also technically optional, but the #1 use for
# stratagus is to play wargus, which requires it.
# - upx is disabled, it's only used for packing the stratagus executable,
# which we don't do in SlackBuilds.
# - touchscreen support is disabled. I have no hardware to test it on,
@ -24,7 +26,7 @@
# command below.
PRGNAM=stratagus
VERSION=${VERSION:-2.2.7}
VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="stratagus"
VERSION="2.2.7"
VERSION="2.3.0"
HOMEPAGE="http://stratagus.com/"
DOWNLOAD="https://launchpad.net/stratagus/trunk/2.2.7/+download/stratagus_2.2.7.orig.tar.gz"
MD5SUM="48181bf0234d0a2ee4b0e08ae1841477"
DOWNLOAD="https://launchpad.net/stratagus/trunk/2.3/+download/stratagus_2.3.0.orig.tar.gz"
MD5SUM="bf64b87f387c8281350e4b54327bc95f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="tolua++ libmikmod"
REQUIRES="tolua++ libmikmod fluidsynth"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"