summaryrefslogtreecommitdiffstats
path: root/desktop/crystalcursors/crystalcursors.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/crystalcursors/crystalcursors.SlackBuild')
-rw-r--r--desktop/crystalcursors/crystalcursors.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/desktop/crystalcursors/crystalcursors.SlackBuild b/desktop/crystalcursors/crystalcursors.SlackBuild
index 5a3976d151..ccc7fcb001 100644
--- a/desktop/crystalcursors/crystalcursors.SlackBuild
+++ b/desktop/crystalcursors/crystalcursors.SlackBuild
@@ -28,6 +28,15 @@ VERSION=${VERSION:-1.1.1}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
+
+# 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
+fi
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
@@ -64,4 +73,4 @@ mv $PKG/usr/share/icons/default/index.theme \
rmdir $PKG/usr/share/icons/default
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE