diff options
author | orbea <orbea@riseup.net> | 2020-11-09 18:37:13 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:51 +0700 |
commit | e2df7b850cf41d5625406e5beb75837014191384 (patch) | |
tree | 4ebbb75c2f864c7209e98b79b321294174ba25e7 | |
parent | fffe9152426b43262cb4657e5f3bb38e691d267e (diff) | |
download | slackbuilds-e2df7b850cf41d5625406e5beb75837014191384.tar.gz |
games/exult: Updated for version 1.6.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/exult/README | 25 | ||||
-rw-r--r-- | games/exult/exult.SlackBuild | 13 | ||||
-rw-r--r-- | games/exult/exult.info | 6 |
3 files changed, 24 insertions, 20 deletions
diff --git a/games/exult/README b/games/exult/README index 6987ceb66d..9a92146f68 100644 --- a/games/exult/README +++ b/games/exult/README @@ -1,15 +1,18 @@ -Ultima 7, an RPG from the early 1990's, still has a huge following. But, -being a DOS game with a very nonstandard memory manager, it is difficult -to run it on the latest computers. Exult is a project to create an -Ultima 7 game engine that runs on modern operating systems, capable of -using the data and graphics files that come with the game. +Ultima 7, an RPG from the early 1990's, still has a huge +following. But, being a DOS game with a very nonstandard memory +manager, it is difficult to run it on the latest computers. Exult +is a project to create an Ultima 7 game engine that runs on modern +operating systems, capable of using the data and graphics files that +come with the game. -Exult aims to let those people who own Ultima 7 (copyright 1993) play -the game on modern hardware, in as close to (or perhaps even surpassing) -its original splendor as is possible. You need to own "Ultima 7: The -Black Gate" and/or "Ultima 7: Serpent Isle" and optionally the add-ons -(not required to run) in order to use Exult, and we encourage you to -buy a legal copy. +Exult aims to let those people who own Ultima 7 (copyright 1993) +play the game on modern hardware, in as close to (or perhaps even +surpassing) its original splendor as is possible. You need to own +"Ultima 7: The Black Gate" and/or "Ultima 7: Serpent Isle" and +optionally the add-ons (not required to run) in order to use Exult, +and we encourage you to buy a legal copy. exult_audio.zip is only needed for using digital audio with exult, it can be skipped if digital audio is not wanted. + +SDL2 is an optional dependency. diff --git a/games/exult/exult.SlackBuild b/games/exult/exult.SlackBuild index f89cdc91a6..943b7d6a26 100644 --- a/games/exult/exult.SlackBuild +++ b/games/exult/exult.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for exult -# Copyright 2016, 2018 Hunter Sezen California, USA +# Copyright 2016, 2018, 2020 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=exult -VERSION=${VERSION:-2018.02.01_c3d7afb} +VERSION=${VERSION:-1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -70,6 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; autoreconf -fi + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -94,13 +95,13 @@ if [ -f $CWD/${PRGNAM}_audio.zip ]; then $PKG/usr/doc/$PRGNAM-$VERSION fi -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | + grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -cp -a AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README* TODO.xml \ +cp -a AUTHORS COPYING ChangeLog FAQ NEWS README* TODO.xml \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/exult/exult.info b/games/exult/exult.info index 65f02c69d3..17ac3e489c 100644 --- a/games/exult/exult.info +++ b/games/exult/exult.info @@ -1,9 +1,9 @@ PRGNAM="exult" -VERSION="2018.02.01_c3d7afb" +VERSION="1.6" HOMEPAGE="http://exult.sourceforge.net/" -DOWNLOAD="http://slackware.uk/sbosrcarch/by-name/games/exult/exult-2018.02.01_c3d7afb.tar.xz \ +DOWNLOAD="http://prdownloads.sourceforge.net/exult/exult-1.6.tar.gz \ http://downloads.sourceforge.net/project/exult/exult-data/exult_audio.zip" -MD5SUM="0db3137ef430215344ac5a8bfa61567b \ +MD5SUM="1bf202d306f47850315c4f6a1e8b5a00 \ 1905328f00bbbfee33812c1942bc7880" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |