games/icebreaker: Updated for version 1.9.7.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
882ec60b58
commit
56d334ff20
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue