diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-05-03 09:38:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-03 09:38:29 +0700 |
commit | f7c64e40ba767dfbf8d2c943b87ac0c1b8d538c8 (patch) | |
tree | 0d030753288fd23c4ea520dc5ad0ec34871c44d1 /audio/sayonara-player/sayonara-player.SlackBuild | |
parent | cbcc837886f040058c73dd0822231e2b5acdf260 (diff) | |
download | slackbuilds-f7c64e40ba767dfbf8d2c943b87ac0c1b8d538c8.tar.gz |
audio/sayonara-player: Updated for version 0.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/sayonara-player/sayonara-player.SlackBuild')
-rw-r--r-- | audio/sayonara-player/sayonara-player.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild index 20744f54dc..a59ef6313b 100644 --- a/audio/sayonara-player/sayonara-player.SlackBuild +++ b/audio/sayonara-player/sayonara-player.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for sayonara-player. # -# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sayonara-player -VERSION=${VERSION:-0.9.2} -BUILD=${BUILD:-4} +VERSION=${VERSION:-0.9.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -56,7 +56,7 @@ fi set -e -SRCVER="git11-20161030" +SRCVER=${SRCVER:-git1-20170502} rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -76,6 +76,7 @@ cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DCMAKE_BUILD_TYPE="Release" \ . make |