games/dunelegacy: Updated for version 0.96.4.

This commit is contained in:
B. Watson 2017-01-26 16:25:24 -05:00 committed by Willy Sudiarto Raharjo
parent 31ffcff300
commit d67a3bac2e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 10 additions and 5 deletions

View file

@ -6,8 +6,12 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20170126 bkw:
# - update for 0.96.4. upstream ported to SDL 2, so add SDL2_mixer to REQUIRES
# - move binary to /usr/games
PRGNAM=dunelegacy
VERSION=${VERSION:-0.96.3}
VERSION=${VERSION:-0.96.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -58,6 +62,7 @@ sed -i "s/-O3/$SLKCFLAGS/" configure
./configure \
--prefix=/usr \
--bindir=/usr/games \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \

View file

@ -1,10 +1,10 @@
PRGNAM="dunelegacy"
VERSION="0.96.3"
VERSION="0.96.4"
HOMEPAGE="http://dunelegacy.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/project/dunelegacy/dunelegacy/0.96.3/dunelegacy-0.96.3-src.tar.bz2"
MD5SUM="1ca64c06646aeb537d47f601a49463e9"
DOWNLOAD="http://downloads.sourceforge.net/project/dunelegacy/dunelegacy/0.96.4/dunelegacy-0.96.4-src.tar.bz2"
MD5SUM="de1d0a529cc32ba5d909bf1570272434"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="eawpats"
REQUIRES="SDL2_mixer eawpats"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"