diff options
author | pyllyukko <pyllyukko@maimed.org> | 2024-08-12 18:48:31 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-12 22:56:00 +0700 |
commit | 385b4518df5b43f7598e79e77a2a278643992034 (patch) | |
tree | e66d9347e987de01cf597d4050a89af5b4d8adcd /ham/liquid-dsp/liquid-dsp.SlackBuild | |
parent | 79d3bee589c57b13f4dcb077999cbe6ad4874e8a (diff) |
ham/liquid-dsp: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/liquid-dsp/liquid-dsp.SlackBuild')
-rw-r--r-- | ham/liquid-dsp/liquid-dsp.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ham/liquid-dsp/liquid-dsp.SlackBuild b/ham/liquid-dsp/liquid-dsp.SlackBuild index f08e496981261..a835cdaa5c8e6 100644 --- a/ham/liquid-dsp/liquid-dsp.SlackBuild +++ b/ham/liquid-dsp/liquid-dsp.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=liquid-dsp -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -85,7 +82,7 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ - --libdir=/lib${LIBDIRSUFFIX} \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ |