summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2014-03-31 13:36:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-07 14:43:40 +0700
commitfbe08edfdb41f9499ffb81c07b521f5fc7aa8b06 (patch)
treedcdd2e6ebe8c4538982574eb0a1797697b489881 /games
parentd3a909dc11a845a796615303cc6d80c60dab57a0 (diff)
downloadslackbuilds-fbe08edfdb41f9499ffb81c07b521f5fc7aa8b06.tar.gz
slackbuilds-fbe08edfdb41f9499ffb81c07b521f5fc7aa8b06.tar.xz
games/mednafen: Updated for version 0.9.33.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/mednafen/mednafen.SlackBuild14
-rw-r--r--games/mednafen/mednafen.info6
2 files changed, 10 insertions, 10 deletions
diff --git a/games/mednafen/mednafen.SlackBuild b/games/mednafen/mednafen.SlackBuild
index 7385091c34..dc4ba1eea6 100644
--- a/games/mednafen/mednafen.SlackBuild
+++ b/games/mednafen/mednafen.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mednafen
-# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2014 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mednafen
-VERSION=0.9.32
+VERSION=${VERSION:-0.9.33.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,14 +60,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-tar xvf $CWD/$PRGNAM-$VERSION-wip.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/games/mednafen/mednafen.info b/games/mednafen/mednafen.info
index b692487204..3b9c9aa903 100644
--- a/games/mednafen/mednafen.info
+++ b/games/mednafen/mednafen.info
@@ -1,8 +1,8 @@
PRGNAM="mednafen"
-VERSION="0.9.32"
+VERSION="0.9.33.2"
HOMEPAGE="http://mednafen.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/mednafen/mednafen-0.9.32-wip.tar.bz2"
-MD5SUM="ffdf4f4bb4498df38e6aaaf316be40f5"
+DOWNLOAD="http://downloads.sourceforge.net/mednafen/mednafen-0.9.33.2.tar.bz2"
+MD5SUM="5ad015c5cbbefbf6b52fd6b972809b6a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""