summaryrefslogtreecommitdiffstats
path: root/development/diakonos/diakonos.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/diakonos/diakonos.SlackBuild')
-rw-r--r--development/diakonos/diakonos.SlackBuild16
1 files changed, 13 insertions, 3 deletions
diff --git a/development/diakonos/diakonos.SlackBuild b/development/diakonos/diakonos.SlackBuild
index cff33077e4..2f7ced4b25 100644
--- a/development/diakonos/diakonos.SlackBuild
+++ b/development/diakonos/diakonos.SlackBuild
@@ -1,16 +1,26 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for diakonos
# Written by Phillip Warner <pc_warner@yahoo.com>
# Currently maintained by Martin McConnell <bancensorshipfriends@hotmail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=diakonos
VERSION=${VERSION:-0.9.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
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -53,4 +63,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