summaryrefslogtreecommitdiffstats
path: root/system/macemu
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-12-30 08:55:53 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-31 08:22:34 +0700
commit7042a0874fbfa31add5e4ead659ed945c2092bea (patch)
treee53ad2db611a7517e28a13e82da74679792205d9 /system/macemu
parentf7fff1eafab8ab0b77dfb2d312b17f73e5657e9c (diff)
downloadslackbuilds-7042a0874fbfa31add5e4ead659ed945c2092bea.tar.gz
slackbuilds-7042a0874fbfa31add5e4ead659ed945c2092bea.tar.xz
system/macemu: Updated for version 20161217_181634a.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/macemu')
-rw-r--r--system/macemu/macemu.SlackBuild11
-rw-r--r--system/macemu/macemu.info6
2 files changed, 9 insertions, 8 deletions
diff --git a/system/macemu/macemu.SlackBuild b/system/macemu/macemu.SlackBuild
index 0c5afbf367..46ca14ffad 100644
--- a/system/macemu/macemu.SlackBuild
+++ b/system/macemu/macemu.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/sh
# Slackware build script for macemu (BasiliskII and SheepShaver)
-# Copyright 2014-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+
+# Copyright 2014-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=macemu
-VERSION=${VERSION:-20140919_c2b519e}
+VERSION=${VERSION:-20161217_181634a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -39,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/system/macemu/macemu.info b/system/macemu/macemu.info
index 6e9a651e28..aa2ebefec3 100644
--- a/system/macemu/macemu.info
+++ b/system/macemu/macemu.info
@@ -1,8 +1,8 @@
PRGNAM="macemu"
-VERSION="20140919_c2b519e"
+VERSION="20161217_181634a"
HOMEPAGE="http://basilisk.cebix.net/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/macemu-20140919_c2b519e.tar.xz"
-MD5SUM="bfec35f83efe8a71f059872cf23698fd"
+DOWNLOAD="http://ponce.cc/slackware/sources/repo/macemu-20161217_181634a.tar.xz"
+MD5SUM="6f20e2bd5d3f6f058609bc8ad8b4c1f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""