diff options
author | Michales Michaloudes <korgie@gmail.com> | 2023-09-15 06:48:09 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:18 +0700 |
commit | d428ec9ce9485a387e5f61efe142eade096d6d02 (patch) | |
tree | 82f3471dd767ba7a233e3a78a93fbb23a74eeb13 /audio/clxclient | |
parent | 8ed778e0d2486ea0b05c1ef82df7106373b886d3 (diff) |
audio/clxclient: Updated for version 3.9.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/clxclient')
-rw-r--r-- | audio/clxclient/clxclient.SlackBuild | 11 | ||||
-rw-r--r-- | audio/clxclient/clxclient.info | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/audio/clxclient/clxclient.SlackBuild b/audio/clxclient/clxclient.SlackBuild index b86b7893f204..bdaa861c6266 100644 --- a/audio/clxclient/clxclient.SlackBuild +++ b/audio/clxclient/clxclient.SlackBuild @@ -5,7 +5,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=clxclient -VERSION=${VERSION:-3.9.0} +VERSION=${VERSION:-3.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -18,9 +18,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 @@ -51,7 +48,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +cd $PRGNAM-$VERSION/source chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ @@ -59,7 +56,7 @@ 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 {} \; -sed -i -e 's+/usr/local+/usr+' $TMP/$PRGNAM-$VERSION/Makefile +sed -i 's+pkgconf+pkg-config+' Makefile CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -79,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr cd $TMP/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING INSTALL \ + AUTHORS COPYING \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/audio/clxclient/clxclient.info b/audio/clxclient/clxclient.info index 079773c3094b..146e912ea394 100644 --- a/audio/clxclient/clxclient.info +++ b/audio/clxclient/clxclient.info @@ -1,8 +1,8 @@ PRGNAM="clxclient" -VERSION="3.9.0" +VERSION="3.9.2" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/index.html" -DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clxclient-3.9.0.tar.bz2" -MD5SUM="bd6df73f688c9be1b3afef58283d7ef5" +DOWNLOAD="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/clxclient-3.9.2.tar.bz2" +MD5SUM="39af7de7888fb4d37362edbc94566314" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="clthreads" |