libraries/gspell: Support PRINT_PACKAGE_NAME.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-01-06 15:50:33 -05:00 committed by Willy Sudiarto Raharjo
parent 6078a6163c
commit 125b658f9c
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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}