diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-10-20 07:50:33 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-21 06:47:06 +0700 |
commit | c807b8d8a89750d44105e0d94589d9e0a32a7479 (patch) | |
tree | 587b1a0e81e0d73da2122fbba1daf7a42901e945 /audio/SAM/SAM.SlackBuild | |
parent | 2f774bb5b23b227530814d849b87c884da64183b (diff) | |
download | slackbuilds-c807b8d8a89750d44105e0d94589d9e0a32a7479.tar.gz |
audio/SAM: Updated for version 20171105_bcf92b5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/SAM/SAM.SlackBuild')
-rw-r--r-- | audio/SAM/SAM.SlackBuild | 6 |
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 |