summaryrefslogtreecommitdiffstats
path: root/desktop/aero-mouse-theme/aero-mouse-theme.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/aero-mouse-theme/aero-mouse-theme.SlackBuild')
-rw-r--r--desktop/aero-mouse-theme/aero-mouse-theme.SlackBuild16
1 files changed, 13 insertions, 3 deletions
diff --git a/desktop/aero-mouse-theme/aero-mouse-theme.SlackBuild b/desktop/aero-mouse-theme/aero-mouse-theme.SlackBuild
index 8daea8a6af..725ffa8e28 100644
--- a/desktop/aero-mouse-theme/aero-mouse-theme.SlackBuild
+++ b/desktop/aero-mouse-theme/aero-mouse-theme.SlackBuild
@@ -1,17 +1,27 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for aero-mouse-theme
# Petr Kletecka petr@kle.cz <2018>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=aero-mouse-theme
VERSION=${VERSION:-2016.04.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-CWD=$(pwd)
+# 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}
@@ -44,4 +54,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