mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/Craft-libretro: Updated for version 2017.01.20_4a11641.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e8bd91ef7f
commit
83f987407a
2 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=Craft-libretro
|
||||
LIBNAM=$(echo $PRGNAM | tr [A-Z] [a-z] | tr - _)
|
||||
VERSION=${VERSION:-2016.07.14_a50566f}
|
||||
VERSION=${VERSION:-2017.01.20_4a11641}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,12 +74,12 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
make -f Makefile.libretro DEBUG=$DEBUG
|
||||
make -f Makefile.libretro DEBUG=$DEBUG GIT_VERSION=${VERSION#*_}
|
||||
|
||||
install -Dm0644 $LIBNAM.so $PKG/usr/lib${LIBDIRSUFFIX}/libretro/$LIBNAM.so
|
||||
install -Dm0644 $LIBNAM.info $PKG/usr/lib${LIBDIRSUFFIX}/libretro/info/$LIBNAM.info
|
||||
|
||||
if [ "${DEBUG:-0}" = "0" ]; then
|
||||
if [ "$DEBUG" = "0" ]; then
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Craft-libretro"
|
||||
VERSION="2016.07.14_a50566f"
|
||||
VERSION="2017.01.20_4a11641"
|
||||
HOMEPAGE="http://www.libretro.com/"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/Craft-libretro-2016.07.14_a50566f.tar.xz"
|
||||
MD5SUM="88e6a06ad3b8c1cb223d559c83499c18"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/Craft-libretro-2017.01.20_4a11641.tar.xz"
|
||||
MD5SUM="02b12c92c7364768d6f71414e55ba5c6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in a new issue