summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Hunter Sezen <ovariegata@yahoo.com>2017-02-04 23:42:21 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-11 07:24:23 +0700
commit69850c5b35aaf33ca901a8ad6a9226212df5713d (patch)
treead7c3e8a0d864dc1255ff4a09c2a224ee13c2f00 /games
parent2933fa455248040e3a0375bb2e7d10919e1042a8 (diff)
downloadslackbuilds-69850c5b35aaf33ca901a8ad6a9226212df5713d.tar.gz
slackbuilds-69850c5b35aaf33ca901a8ad6a9226212df5713d.tar.xz
games/nestopia-libretro: Updated for version 2017.01.28_9d84c83.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/nestopia-libretro/nestopia-libretro.SlackBuild6
-rw-r--r--games/nestopia-libretro/nestopia-libretro.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/nestopia-libretro/nestopia-libretro.SlackBuild b/games/nestopia-libretro/nestopia-libretro.SlackBuild
index 24cd269edc..98c487e771 100644
--- a/games/nestopia-libretro/nestopia-libretro.SlackBuild
+++ b/games/nestopia-libretro/nestopia-libretro.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nestopia-libretro
-VERSION=${VERSION:-2016.07.21_c69c23e}
+VERSION=${VERSION:-2017.01.28_9d84c83}
LIBNAM=$(echo $PRGNAM | tr - _)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,13 +79,13 @@ make -C libretro DEBUG=$DEBUG
install -Dm0644 libretro/$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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING NstDatabase.xml README* changelog.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING README* ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/games/nestopia-libretro/nestopia-libretro.info b/games/nestopia-libretro/nestopia-libretro.info
index ddfabc139f..13ca8c0090 100644
--- a/games/nestopia-libretro/nestopia-libretro.info
+++ b/games/nestopia-libretro/nestopia-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="nestopia-libretro"
-VERSION="2016.07.21_c69c23e"
+VERSION="2017.01.28_9d84c83"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/nestopia-libretro-2016.07.21_c69c23e.tar.xz"
-MD5SUM="7e8a60e20f48d0c9fe8d407b8a5fabc9"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/nestopia-libretro-2017.01.28_9d84c83.tar.xz"
+MD5SUM="e00af5688ac64630e41919ef1deb0143"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"