mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
games/mednafen: Updated for version 0.8.D.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
a0213f748f
commit
6e30781763
2 changed files with 7 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for mednafen
|
# Slackware build script for mednafen
|
||||||
|
|
||||||
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
|
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,16 +23,14 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=mednafen
|
PRGNAM=mednafen
|
||||||
VERSION=0.8.C
|
VERSION=0.8.D
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="mednafen"
|
PRGNAM="mednafen"
|
||||||
VERSION="0.8.C"
|
VERSION="0.8.D"
|
||||||
HOMEPAGE="http://mednafen.sourceforge.net"
|
HOMEPAGE="http://mednafen.sourceforge.net"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/mednafen/mednafen-0.8.C.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/mednafen/mednafen-0.8.D.tar.bz2"
|
||||||
MD5SUM="e8f4b6ba7ed2eca399b02578e1803831"
|
MD5SUM="4c3f337f80bf54d2df0f3a0f24203141"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="pprkut"
|
MAINTAINER="Heinz Wiesinger"
|
||||||
EMAIL="pprkut@liwjatan.at"
|
EMAIL="pprkut@liwjatan.at"
|
||||||
APPROVED="dsomero"
|
APPROVED="Erik Hanson"
|
||||||
|
|
Loading…
Reference in a new issue