aboutsummaryrefslogtreecommitdiff
path: root/system/signify/signify.SlackBuild
diff options
context:
space:
mode:
authorFrederic Galusik <f@galusik.fr>2022-11-20 09:10:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-20 09:10:52 +0700
commit68878ff89f3b9e318a44c56dc6ae1038e7e1a39e (patch)
treeb3dcdbc4ee09e6e738a05428730d8f997d1a6371 /system/signify/signify.SlackBuild
parentb2bccbd2147a93e462f89920236ac0a5d072818f (diff)
system/signify: Updated for version 0.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/signify/signify.SlackBuild')
-rw-r--r--system/signify/signify.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/system/signify/signify.SlackBuild b/system/signify/signify.SlackBuild
index c3e3ed94ebffe..9afce0fc59d6a 100644
--- a/system/signify/signify.SlackBuild
+++ b/system/signify/signify.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for signify
-# Copyright 2017 Frédéric Galusik, Lyon, France
+# Copyright 2017 - 2022 Frederic Galusik, Bordeaux, France
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=signify
-VERSION=${VERSION:-20}
+VERSION=${VERSION:-31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,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
@@ -70,7 +67,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \