diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-01-24 09:36:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:50 +0700 |
commit | a97f0b2280b58e5947fe2e2bb14813849a4d38a0 (patch) | |
tree | b65d82e22aecd711b7de045d5fb98baf154037a6 /audio | |
parent | 2d632885e9bb1972880e269dec8acccd0c651c00 (diff) |
audio/acxi: Updated for version 3.6.00.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/acxi/acxi.SlackBuild | 13 | ||||
-rw-r--r-- | audio/acxi/acxi.info | 6 |
2 files changed, 8 insertions, 11 deletions
diff --git a/audio/acxi/acxi.SlackBuild b/audio/acxi/acxi.SlackBuild index 7e4c6b49fb597..91c8619cc7cf9 100644 --- a/audio/acxi/acxi.SlackBuild +++ b/audio/acxi/acxi.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for acxi -# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,16 +27,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=acxi -VERSION=${VERSION:-3.5.06} +VERSION=${VERSION:-3.6.00} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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 @@ -57,9 +54,9 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ mkdir -p $PKG/usr/bin cp -a $PRGNAM $PKG/usr/bin/$PRGNAM @@ -77,7 +74,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE.txt README.txt acxi.changelog auto.tag $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE.txt README.txt acxi.changelog auto.tag docs $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mv $PKG/usr/doc/$PRGNAM-$VERSION/auto.tag $PKG/usr/doc/$PRGNAM-$VERSION/auto.tag.example diff --git a/audio/acxi/acxi.info b/audio/acxi/acxi.info index 42bab28532f26..1ea5ef9a7b515 100644 --- a/audio/acxi/acxi.info +++ b/audio/acxi/acxi.info @@ -1,8 +1,8 @@ PRGNAM="acxi" -VERSION="3.5.06" +VERSION="3.6.00" HOMEPAGE="https://github.com/smxi/acxi" -DOWNLOAD="https://github.com/smxi/acxi/archive/3.5.06/acxi-3.5.06.tar.gz" -MD5SUM="43e90a7b78c5c0f996eeb5d7faeda511" +DOWNLOAD="https://github.com/smxi/acxi/archive/3.6.00/acxi-3.6.00.tar.gz" +MD5SUM="4c3a655a010d59b27eaa1227c8ded2a3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-parallel-forkmanager perl-Text-Autoformat" |