games/hedgewars: Updated for version 0.9.19.3.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Black Rider 2013-10-28 13:34:37 +01:00 committed by Robby Workman
parent 008bfcbcb4
commit c2eacec3b5
2 changed files with 6 additions and 4 deletions

View file

@ -18,7 +18,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hedgewars
VERSION=${VERSION:-0.9.17}
VERSION=${VERSION:-0.9.19.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -72,6 +72,8 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DMAN_INSTALL_DIR=/usr/man \
-DNOVIDEOREC=1 \
-DNOSERVER=1 \
-DCMAKE_BUILD_TYPE=Release ..
make VERBOSE=1
make install DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="hedgewars"
VERSION="0.9.17"
VERSION="0.9.19.3"
HOMEPAGE="http://www.hedgewars.org"
DOWNLOAD="http://download.gna.org/hedgewars/hedgewars-src-0.9.17.tar.bz2"
MD5SUM="77c0bc4bc664604adbba67fab606d8f1"
DOWNLOAD="http://download.gna.org/hedgewars/hedgewars-src-0.9.19.3.tar.bz2"
MD5SUM="5a308c66e3cef4b839b6cb9903adbf06"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fpc lua"