summaryrefslogtreecommitdiffstats
path: root/misc/KeePassHttp/KeePassHttp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/KeePassHttp/KeePassHttp.SlackBuild')
-rw-r--r--misc/KeePassHttp/KeePassHttp.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/misc/KeePassHttp/KeePassHttp.SlackBuild b/misc/KeePassHttp/KeePassHttp.SlackBuild
index c45e0daf89..c3b1b1a494 100644
--- a/misc/KeePassHttp/KeePassHttp.SlackBuild
+++ b/misc/KeePassHttp/KeePassHttp.SlackBuild
@@ -28,8 +28,17 @@ PRGNAM=KeePassHttp
VERSION=${VERSION:-1.8.4.2}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
+# 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
OUTPUT=${OUTPUT:-/tmp}
@@ -65,4 +74,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
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