diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-01-27 09:27:01 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-30 08:36:02 +0700 |
commit | 23453949f59a0cf7cdcdd309059312bd9bff2d70 (patch) | |
tree | 8c853ea0fa9d268e385e4e3310ae4cb6982002c6 /libraries/libdca/libdca.SlackBuild | |
parent | 235fb8ec66e0fbdb58568d5e3c475f77d8c1236d (diff) |
libraries/libdca: New maintainer. Updated for version 0.0.7
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libdca/libdca.SlackBuild')
-rw-r--r-- | libraries/libdca/libdca.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/libraries/libdca/libdca.SlackBuild b/libraries/libdca/libdca.SlackBuild index aa6598bfffe6..e7ef8213a8f6 100644 --- a/libraries/libdca/libdca.SlackBuild +++ b/libraries/libdca/libdca.SlackBuild @@ -4,6 +4,10 @@ # # Copyright 2007 Niklas "Nille" Åkerström # All rights reserved. +# Modified by Robby Workman <rworkman@slackbuilds.org> for version 0.0.5 +# Maintained 2020 Didier Spaier +# Copyright 2022 Christoph Willing Brisbane, Australia +# All rights reserved. # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -22,12 +26,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by Robby Workman <rworkman@slackbuilds.org> for version 0.0.5 - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libdca -VERSION=${VERSION:-0.0.5} +VERSION=${VERSION:-0.0.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -81,6 +83,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +./bootstrap + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |