summaryrefslogtreecommitdiffstats
path: root/office/enpass/enpass.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/enpass/enpass.SlackBuild')
-rw-r--r--office/enpass/enpass.SlackBuild11
1 files changed, 10 insertions, 1 deletions
diff --git a/office/enpass/enpass.SlackBuild b/office/enpass/enpass.SlackBuild
index 65927d75ea..f1451b3de1 100644
--- a/office/enpass/enpass.SlackBuild
+++ b/office/enpass/enpass.SlackBuild
@@ -31,6 +31,7 @@ PRGNAM=enpass
VERSION=${VERSION:-6.2.0.537}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
ARCH=${ARCH:-$(uname -m)}
@@ -39,6 +40,14 @@ case "$ARCH" in
*) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;;
esac
+# 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}
@@ -67,4 +76,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
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