summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Erik Hanson2012-02-18 20:06:27 +0100
committer Niels Horn2012-02-18 20:06:27 +0100
commitf4bf215bc542437aebaab9a49d2255ad63efce93 (patch)
tree0b46255bd06aee1f31eeb685773b537b7fb8e623 /games
parent3a114d2bd0ef47f4c3a9d46fab33f6836a658ef9 (diff)
downloadslackbuilds-f4bf215bc542437aebaab9a49d2255ad63efce93.tar.gz
games/mame: Updated for version 0.145.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/mame/mame.SlackBuild7
-rw-r--r--games/mame/mame.info6
2 files changed, 8 insertions, 5 deletions
diff --git a/games/mame/mame.SlackBuild b/games/mame/mame.SlackBuild
index 250860d09b..5e0f6306b7 100644
--- a/games/mame/mame.SlackBuild
+++ b/games/mame/mame.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for M.A.M.E.
#
-# Copyright 2010-2011 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2010-2012 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Adapted from sdlmame.SlackBuild, Written by B. Watson (yalhcru@gmail.com)
PRGNAM=mame
-VERSION=${VERSION:-0.143}
+VERSION=${VERSION:-0.145}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,6 +73,9 @@ chmod -R a-s,u+w,go+r-w .
# $HOME/.mame, then /etc.
cat $CWD/ini_path.diff | patch -p0
+# This is purely cosmetic.
+sed -i 's/DISTRO = generic/DISTRO = slackware/' src/osd/sdl/sdl.mak
+
make OPTIMIZE=3 ARCHOPTS="$SLKCFLAGS"
make tools
diff --git a/games/mame/mame.info b/games/mame/mame.info
index 3a3cf15a6a..e2e1017098 100644
--- a/games/mame/mame.info
+++ b/games/mame/mame.info
@@ -1,8 +1,8 @@
PRGNAM="mame"
-VERSION="0.143"
+VERSION="0.145"
HOMEPAGE="http://mamedev.org/"
-DOWNLOAD="http://mame.mirrors.zippykid.com/releases/mame0143s.zip"
-MD5SUM="2d95b9d9f79a97a690f62284e4db0e7e"
+DOWNLOAD="http://mame.mirrors.zippykid.com/releases/mame0145s.zip"
+MD5SUM="9ddcda5b26f42873c7c4d4d5dd6fccd5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"