summaryrefslogtreecommitdiffstats
path: root/games/openmsx/openmsx.SlackBuild
diff options
context:
space:
mode:
author Philip van der Hoeven2019-01-09 01:19:49 +0100
committer Willy Sudiarto Raharjo2019-01-09 01:19:49 +0100
commit249e3f90d4241071adaeb3e41c60846390038d08 (patch)
treee43279df8c0fffa76f8cf4fe4a12edf87841b587 /games/openmsx/openmsx.SlackBuild
parenta94e9f77b25edab9c39bb8bd815cdf1ce79db37a (diff)
downloadslackbuilds-249e3f90d4241071adaeb3e41c60846390038d08.tar.gz
games/openmsx: Updated for version 0.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openmsx/openmsx.SlackBuild')
-rw-r--r--games/openmsx/openmsx.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/openmsx/openmsx.SlackBuild b/games/openmsx/openmsx.SlackBuild
index fa13ee95e8..fe85b80c43 100644
--- a/games/openmsx/openmsx.SlackBuild
+++ b/games/openmsx/openmsx.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for OpenMSX
# Copyright 2013-2014 Erwin van Zanten, Dordrecht, The Netherlands
-# Copyright 2016-2018 Philip van der Hoeven, Almere, The Netherlands
+# Copyright 2016-2019 Philip van der Hoeven, Almere, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openmsx
-VERSION=${VERSION:-0.14.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.15.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -83,7 +83,7 @@ make install DESTDIR=$PKG
# Build DMK tools
cd Contrib/dmk
-for DMKTOOL in analyze-dmk combine-dmk der2dmk dsk2dmk empty-dmk svi2dmk; do
+for DMKTOOL in analyze-dmk combine-dmk der2dmk dsk2dmk empty-dmk svi2dmk svicpm2dmk; do
echo "Building $DMKTOOL"
g++ -std=c++11 $SLKCFLAGS -o $DMKTOOL $DMKTOOL.cc
cp $DMKTOOL $PKG/usr/bin