diff options
Diffstat (limited to 'games/icebreaker/icebreaker.SlackBuild')
-rw-r--r-- | games/icebreaker/icebreaker.SlackBuild | 8 |
1 files changed, 6 insertions, 2 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 |