diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-03 15:49:02 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-08 07:11:15 +0700 |
commit | 56d334ff20030caa2cd4cfcf15aba65d747d13d6 (patch) | |
tree | 0a3c023b75a96220887ff00b4b7ff160cee6c665 /games/icebreaker | |
parent | 882ec60b586d07cf221b0b4644703fdaadfa7c09 (diff) | |
download | slackbuilds-56d334ff20030caa2cd4cfcf15aba65d747d13d6.tar.gz |
games/icebreaker: Updated for version 1.9.7.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/icebreaker')
-rw-r--r-- | games/icebreaker/icebreaker.SlackBuild | 8 | ||||
-rw-r--r-- | games/icebreaker/icebreaker.info | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games/icebreaker/icebreaker.SlackBuild b/games/icebreaker/icebreaker.SlackBuild index 1647dae4aa..622c5c1eb8 100644 --- a/games/icebreaker/icebreaker.SlackBuild +++ b/games/icebreaker/icebreaker.SlackBuild @@ -6,8 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170703 bkw: Updated for v1.9.7, the last beta, with theme support. +# Development on this game stopped in 2002, so there will never be a 2.0 +# release. If anyone finds bugs in 1.9.7, let me know. + PRGNAM=icebreaker -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.9.7} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -60,7 +64,7 @@ make \ OPTIMIZE="$SLKCFLAGS" strip $PRGNAM -make install \ +make -j1 install \ prefix=$PKG/usr \ mandir=$PKG/usr/man \ highscoredir=$PKG/var/state/$PRGNAM diff --git a/games/icebreaker/icebreaker.info b/games/icebreaker/icebreaker.info index f0aabb58c2..8a32eda35a 100644 --- a/games/icebreaker/icebreaker.info +++ b/games/icebreaker/icebreaker.info @@ -1,8 +1,8 @@ PRGNAM="icebreaker" -VERSION="1.2.1" +VERSION="1.9.7" HOMEPAGE="https://mattdm.org/icebreaker/" -DOWNLOAD="https://mattdm.org/icebreaker/1.2.x/icebreaker-1.2.1.tgz" -MD5SUM="9453119cf3342a8828e4805c0c49be50" +DOWNLOAD="https://mattdm.org/icebreaker/1.9.x/icebreaker-1.9.7.tgz" +MD5SUM="3568ff7e516522182ae9176045d1d125" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |