summaryrefslogtreecommitdiffstats
path: root/libraries/gspell
diff options
context:
space:
mode:
author B. Watson2022-01-06 21:50:33 +0100
committer Willy Sudiarto Raharjo2022-01-17 03:03:25 +0100
commit125b658f9c446dd34f5bed620b85f1f6cd5902ec (patch)
tree918161c679e33940097d27f18c2183c253e658ab /libraries/gspell
parent6078a6163c125cdb9931967eb6c74752caadb44b (diff)
downloadslackbuilds-125b658f9c446dd34f5bed620b85f1f6cd5902ec.tar.gz
libraries/gspell: Support PRINT_PACKAGE_NAME.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gspell')
-rw-r--r--libraries/gspell/gspell.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/gspell/gspell.SlackBuild b/libraries/gspell/gspell.SlackBuild
index c0057802d6..c1cd9313e2 100644
--- a/libraries/gspell/gspell.SlackBuild
+++ b/libraries/gspell/gspell.SlackBuild
@@ -37,6 +37,11 @@ if [ -z "$ARCH" ]; then
esac
fi
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}