diff options
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="" |