summaryrefslogtreecommitdiffstats
path: root/games/prosystem-libretro/prosystem-libretro.SlackBuild
diff options
context:
space:
mode:
author Hunter Sezen2017-02-05 00:52:25 +0100
committer Willy Sudiarto Raharjo2017-02-11 01:24:25 +0100
commit822076d3c57d5ca3ac41c8d0f890d7e25a5ade47 (patch)
tree9d289f3dd9f65394943c4f4f7215e8054b968fd7 /games/prosystem-libretro/prosystem-libretro.SlackBuild
parentdda40f1e14e6d57351f73ca26175a83408b43007 (diff)
downloadslackbuilds-822076d3c57d5ca3ac41c8d0f890d7e25a5ade47.tar.gz
games/prosystem-libretro: Updated for version 2017.01.24_1cf5472.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/prosystem-libretro/prosystem-libretro.SlackBuild')
-rw-r--r--games/prosystem-libretro/prosystem-libretro.SlackBuild6
1 files changed, 3 insertions, 3 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