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 | |
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')
-rw-r--r-- | ham/liquid-dsp/liquid-dsp.SlackBuild | 7 | ||||
-rw-r--r-- | ham/liquid-dsp/liquid-dsp.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/ham/liquid-dsp/liquid-dsp.SlackBuild b/ham/liquid-dsp/liquid-dsp.SlackBuild index f08e49698126..a835cdaa5c8e 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 \ diff --git a/ham/liquid-dsp/liquid-dsp.info b/ham/liquid-dsp/liquid-dsp.info index 5ae3c73b6b09..0490763ff8c0 100644 --- a/ham/liquid-dsp/liquid-dsp.info +++ b/ham/liquid-dsp/liquid-dsp.info @@ -1,8 +1,8 @@ PRGNAM="liquid-dsp" -VERSION="1.4.0" +VERSION="1.6.0" HOMEPAGE="http://liquidsdr.org/" -DOWNLOAD="https://github.com/jgaeddert/liquid-dsp/archive/v1.4.0/liquid-dsp-1.4.0.tar.gz" -MD5SUM="d78d9f622df620295aba94c20b2b4ca6" +DOWNLOAD="https://github.com/jgaeddert/liquid-dsp/archive/v1.6.0/liquid-dsp-1.6.0.tar.gz" +MD5SUM="3a88c49e6066bc701e7d15da7a567120" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |