diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-28 21:18:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:19:23 +0700 |
commit | 1a8505d193d59137751c4ce060b215638fad8d22 (patch) | |
tree | 4f668e9dd8c49a141fba9a1fc73923fc1a7e1cb9 /games/oblige/oblige.SlackBuild | |
parent | ac5e8c13c6fc4b51b5ad27388221b3e46ab886be (diff) |
games/oblige: Updated for version 6.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/oblige/oblige.SlackBuild')
-rw-r--r-- | games/oblige/oblige.SlackBuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/games/oblige/oblige.SlackBuild b/games/oblige/oblige.SlackBuild index ea3457df0f83..873df17ac714 100644 --- a/games/oblige/oblige.SlackBuild +++ b/games/oblige/oblige.SlackBuild @@ -6,14 +6,18 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20140827 bkw: version bump, reset BUILD to 1. +# oblige 6.10 is nice, but it *only* supports the Doom games, so I'll +# add an oblige-legacy4 build for the old version. + # 20140213 bkw: bump BUILD to 2. # Makefile.unixy updated so it installs data/doom[12]_boss (thanks to Black # Rider for the bug report). Also get rid of +x permissions on the data files # in /usr/share. PRGNAM=oblige -VERSION=${VERSION:-4.28b} -BUILD=${BUILD:-2} +VERSION=${VERSION:-6.10} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -45,7 +49,7 @@ fi set -e -SRCVER=$( echo $VERSION | sed 's/\.//g' ) +SRCVER=${VERSION//./} SRCNAM="Oblige" # grrrr! rm -rf $PKG @@ -62,7 +66,7 @@ find -L . \ -exec chmod 644 {} \; # Makefile.unixy originally came from the oblige author, I've hacked -# it up to make it work with oblige 4.x and SBo's fltk13. +# it up to make it work with oblige 6.x and SBo's fltk13. cp $CWD/Makefile.unixy Makefile # Fix a missing include |