mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
games/mednafen: Updated for version 1.22.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
67bf3a5a17
commit
8066099282
2 changed files with 9 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for mednafen
|
||||
|
||||
# Copyright 2008-2014 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2014-2016 Ryan P.C. McQuen | Everett, WA
|
||||
# Copyright 2017-2018 Johannes Schoepfer, Germany
|
||||
# Copyright 2008 - 2014 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2014 - 2016 Ryan P.C. McQuen | Everett, WA
|
||||
# Copyright 2017 - 2019 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mednafen
|
||||
VERSION=${VERSION:-1.21.3}
|
||||
VERSION=${VERSION:-1.22.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -83,7 +83,8 @@ make
|
|||
make install-strip DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -ar Documentation ABOUT-NLS ChangeLog COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -ar ABOUT-NLS ChangeLog COPYING Documentation INSTALL \
|
||||
README{,.DOS,.PORTING} TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
rm -f $PKG/usr/doc/$PRGNAM-$VERSION/Documentation/Makefile.*
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mednafen"
|
||||
VERSION="1.21.3"
|
||||
VERSION="1.22.1"
|
||||
HOMEPAGE="https://mednafen.github.io/"
|
||||
DOWNLOAD="https://mednafen.github.io/releases/files/mednafen-1.21.3.tar.xz"
|
||||
MD5SUM="ce89f7b1ce33a6b64ba57a1da917cc54"
|
||||
DOWNLOAD="https://mednafen.github.io/releases/files/mednafen-1.22.1.tar.xz"
|
||||
MD5SUM="c16f28032a7c575052a1707cf6d52f02"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2"
|
||||
|
|
Loading…
Reference in a new issue