mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/vbam: Updated for version 2.1.4.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
c43abfa090
commit
fd54388aff
2 changed files with 7 additions and 9 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
# Modified by the SlackBuilds.org project.
|
||||
|
||||
# 20191129 bkw: updated for 2.1.4.
|
||||
# 20180702 bkw: updated for 2.1.0.
|
||||
# 20180612 bkw: updated for 2.0.2.
|
||||
# 20171219 bkw: updated for 2.0.1.
|
||||
|
@ -43,7 +44,7 @@
|
|||
# - Correct README, plus cosmetic reformatting.
|
||||
|
||||
PRGNAM=vbam
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
VERSION=${VERSION:-2.1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -93,11 +94,8 @@ rm -rf $SRCNAM-$SRCVER
|
|||
tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
|
||||
cd $SRCNAM-$SRCVER
|
||||
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 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
# if both wx(Python|GTK) 2 and 3 are installed, /usr/bin/wx-config
|
||||
# is a symlink to the config for whichever was installed last. Avoid
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vbam"
|
||||
VERSION="2.1.0"
|
||||
VERSION="2.1.4"
|
||||
HOMEPAGE="http://vba-m.com/"
|
||||
DOWNLOAD="https://github.com/visualboyadvance-m/visualboyadvance-m/archive/v2.1.0/visualboyadvance-m-2.1.0.tar.gz"
|
||||
MD5SUM="3efb50ee0935a037dc8000b0812bdfc6"
|
||||
DOWNLOAD="https://github.com/visualboyadvance-m/visualboyadvance-m/archive/v2.1.4/visualboyadvance-m-2.1.4.tar.gz"
|
||||
MD5SUM="394119c22b531bf0ca79ffc7717057d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2 SFML wxGTK3"
|
||||
|
|
Loading…
Reference in a new issue