summaryrefslogtreecommitdiffstats
path: root/games/mednafen/mednafen.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-07-02 22:41:10 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-07-02 22:41:10 -0500
commit6e30781763a7e1de856e524b7539432f0134429d (patch)
treec014a3cdf9209bfac223ea590e304c4af0b55121 /games/mednafen/mednafen.SlackBuild
parenta0213f748f3bfb4db894864a0a9f05603ac80714 (diff)
downloadslackbuilds-6e30781763a7e1de856e524b7539432f0134429d.tar.gz
slackbuilds-6e30781763a7e1de856e524b7539432f0134429d.tar.xz
games/mednafen: Updated for version 0.8.D.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/mednafen/mednafen.SlackBuild')
-rw-r--r--games/mednafen/mednafen.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/mednafen/mednafen.SlackBuild b/games/mednafen/mednafen.SlackBuild
index c4c03314dc..6a7c7db533 100644
--- a/games/mednafen/mednafen.SlackBuild
+++ b/games/mednafen/mednafen.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mednafen
-# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
+# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mednafen
-VERSION=0.8.C
+VERSION=0.8.D
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi