diff options
Diffstat (limited to 'games/doomsday')
-rw-r--r-- | games/doomsday/doomsday.SlackBuild | 11 | ||||
-rw-r--r-- | games/doomsday/doomsday.info | 8 |
2 files changed, 10 insertions, 9 deletions
diff --git a/games/doomsday/doomsday.SlackBuild b/games/doomsday/doomsday.SlackBuild index 1e8a85226e..3f47b100cd 100644 --- a/games/doomsday/doomsday.SlackBuild +++ b/games/doomsday/doomsday.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for doomsday -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=doomsday -VERSION=${VERSION:-1.14.5} +SRCNAM=${PRGNAM}-stable +VERSION=${VERSION:-1.15.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION/$PRGNAM +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION/$PRGNAM chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/games/doomsday/doomsday.info b/games/doomsday/doomsday.info index c138756c58..7664ae6536 100644 --- a/games/doomsday/doomsday.info +++ b/games/doomsday/doomsday.info @@ -1,10 +1,10 @@ PRGNAM="doomsday" -VERSION="1.14.5" +VERSION="1.15.0" HOMEPAGE="http://dengine.net" -DOWNLOAD="http://sourceforge.net/projects/deng/files/Doomsday%20Engine/1.14.5/doomsday-1.14.5.tar.gz" -MD5SUM="0be98211de7be658e623842fd299008c" +DOWNLOAD="http://sourceforge.net/projects/deng/files/Doomsday%20Engine/1.15.0/doomsday-stable-1.15.0.tar.gz" +MD5SUM="027e76fd6ac778c37a96d64ab9c11dfa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxPython OpenAL fmodapi" +REQUIRES="wxPython OpenAL fmodapi assimp SDL2_mixer" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |