diff options
Diffstat (limited to 'audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild')
-rw-r--r-- | audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild b/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild index 473d107529c2..1c11a780a696 100644 --- a/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild +++ b/audio/alsa-plugin-jack/alsa-plugin-jack.SlackBuild @@ -6,10 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20210803 bkw: updated for v1.2.5 and -current. This should be kept +# in sync with slackware-current's alsa-plugins version. Hopefully +# 15.0 is releasing Real Soon so I don't have to keep updating this. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=alsa-plugin-jack -VERSION=${VERSION:-1.1.1} +VERSION=${VERSION:-1.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -22,9 +26,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 @@ -56,7 +57,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.xz +tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* cd $SRCNAM-$VERSION chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ |