summaryrefslogtreecommitdiffstats
path: root/audio/SAM/SAM.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/SAM/SAM.SlackBuild')
-rw-r--r--audio/SAM/SAM.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/SAM/SAM.SlackBuild b/audio/SAM/SAM.SlackBuild
index b91b12b2da..983bbcb892 100644
--- a/audio/SAM/SAM.SlackBuild
+++ b/audio/SAM/SAM.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for SAM
-# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=SAM
-VERSION=${VERSION:-20160807_fc56501}
+VERSION=${VERSION:-20171105_bcf92b5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +72,7 @@ find -L . \
# Use our CFLAGS
sed -i "s|-O2|$SLKCFLAGS|" Makefile
make
-install -D -m 0755 sam $PKG/usr/bin/sam
+install -D -m 0755 sam $PKG/usr/bin/SAM
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