summaryrefslogtreecommitdiffstats
path: root/games/prosystem-libretro
diff options
context:
space:
mode:
Diffstat (limited to 'games/prosystem-libretro')
-rw-r--r--games/prosystem-libretro/prosystem-libretro.SlackBuild6
-rw-r--r--games/prosystem-libretro/prosystem-libretro.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/prosystem-libretro/prosystem-libretro.SlackBuild b/games/prosystem-libretro/prosystem-libretro.SlackBuild
index e79314d71c..a238ab0cac 100644
--- a/games/prosystem-libretro/prosystem-libretro.SlackBuild
+++ b/games/prosystem-libretro/prosystem-libretro.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=prosystem-libretro
LIBNAM=$(echo $PRGNAM | tr - _)
-VERSION=${VERSION:-2016.05.29_93659f9}
+VERSION=${VERSION:-2017.01.24_1cf5472}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -79,13 +79,13 @@ make DEBUG=$DEBUG
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a License.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/games/prosystem-libretro/prosystem-libretro.info b/games/prosystem-libretro/prosystem-libretro.info
index 1057724096..88a66c9e18 100644
--- a/games/prosystem-libretro/prosystem-libretro.info
+++ b/games/prosystem-libretro/prosystem-libretro.info
@@ -1,8 +1,8 @@
PRGNAM="prosystem-libretro"
-VERSION="2016.05.29_93659f9"
+VERSION="2017.01.24_1cf5472"
HOMEPAGE="http://www.libretro.com/"
-DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/prosystem-libretro-2016.05.29_93659f9.tar.xz"
-MD5SUM="3d528c216601878182932839f089c31b"
+DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/libretro/prosystem-libretro-2017.01.24_1cf5472.tar.xz"
+MD5SUM="38c08ae910ffe1d7d194d08318ea9411"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="RetroArch"