summaryrefslogtreecommitdiffstats
path: root/audio/calf/calf.SlackBuild
diff options
context:
space:
mode:
author B. Watson2019-12-09 14:54:36 +0100
committer Willy Sudiarto Raharjo2019-12-15 11:06:26 +0100
commitad1248decb259f0c31f2ab8f810062e36c024ad4 (patch)
tree208b982cce89a5cbb4c9eb47b6e7d4e27f3b083a /audio/calf/calf.SlackBuild
parent33ed57f7e32b818b4b86384b92eb12b3b8692fa3 (diff)
downloadslackbuilds-ad1248decb259f0c31f2ab8f810062e36c024ad4.tar.gz
audio/calf: Updated for version 0.90.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/calf/calf.SlackBuild')
-rw-r--r--audio/calf/calf.SlackBuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/calf/calf.SlackBuild b/audio/calf/calf.SlackBuild
index 221c7672b0..728176f7dc 100644
--- a/audio/calf/calf.SlackBuild
+++ b/audio/calf/calf.SlackBuild
@@ -4,6 +4,8 @@
# Written by B. Watson (yalhcru@gmail.com)
+# 20191208 bkw: update for v0.90.3.
+
# 20180709 bkw:
# - Update to latest release (less than a day old).
# - Use correct upstream homepage.
@@ -33,7 +35,7 @@
# - Added capability stuff.
PRGNAM=calf
-VERSION=${VERSION:-0.90.1}
+VERSION=${VERSION:-0.90.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -73,11 +75,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
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 \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
autoreconf -if