From 775b3c7c6c3a15665b0c0df5d09d9889f742c3c8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 9 Jul 2018 05:05:14 -0400 Subject: audio/calf: Updated for version 0.90.1. Signed-off-by: B. Watson --- audio/calf/calf.SlackBuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'audio/calf/calf.SlackBuild') diff --git a/audio/calf/calf.SlackBuild b/audio/calf/calf.SlackBuild index bd93e232b0edf..221c7672b0b27 100644 --- a/audio/calf/calf.SlackBuild +++ b/audio/calf/calf.SlackBuild @@ -4,6 +4,10 @@ # Written by B. Watson (yalhcru@gmail.com) +# 20180709 bkw: +# - Update to latest release (less than a day old). +# - Use correct upstream homepage. + # 20170622 bkw: # - Update to latest git. It's been a long time since the last release. # - Actually make the SSE=yes option work (d'oh!) @@ -29,7 +33,7 @@ # - Added capability stuff. PRGNAM=calf -VERSION=${VERSION:-20170622.0873978} +VERSION=${VERSION:-0.90.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,9 +75,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 {} \+ autoreconf -if -- cgit v1.2.3