summaryrefslogtreecommitdiffstats
path: root/desktop/Buku/Buku.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2019-08-10 10:03:04 +0200
committer Willy Sudiarto Raharjo2020-02-01 03:00:30 +0100
commit63852442b57b6aa5e3e160e1b79c6fd7557ac713 (patch)
treeb5397d095c8ad19b21a405ef6136e994395b4bd5 /desktop/Buku/Buku.SlackBuild
parent80092365e6d7a935c842c4543bf9a31d5910903a (diff)
downloadslackbuilds-63852442b57b6aa5e3e160e1b79c6fd7557ac713.tar.gz
desktop/Buku: Updated for version 4.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'desktop/Buku/Buku.SlackBuild')
-rw-r--r--desktop/Buku/Buku.SlackBuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/desktop/Buku/Buku.SlackBuild b/desktop/Buku/Buku.SlackBuild
index 391493145e..a153a86e50 100644
--- a/desktop/Buku/Buku.SlackBuild
+++ b/desktop/Buku/Buku.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for Buku.
#
# Copyright 2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2019-2020 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Buku
-VERSION=${VERSION:-4.0}
+SRCNAM=buku
+VERSION=${VERSION:-4.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \