mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
games/dunelegacy: Updated for version 0.96.4.
This commit is contained in:
parent
31ffcff300
commit
d67a3bac2e
2 changed files with 10 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue