summaryrefslogtreecommitdiffstats
path: root/perl/perl-CSS-Squish/perl-CSS-Squish.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-CSS-Squish/perl-CSS-Squish.SlackBuild')
-rw-r--r--perl/perl-CSS-Squish/perl-CSS-Squish.SlackBuild16
1 files changed, 13 insertions, 3 deletions
diff --git a/perl/perl-CSS-Squish/perl-CSS-Squish.SlackBuild b/perl/perl-CSS-Squish/perl-CSS-Squish.SlackBuild
index 1b84f1ff23..64c42f35ca 100644
--- a/perl/perl-CSS-Squish/perl-CSS-Squish.SlackBuild
+++ b/perl/perl-CSS-Squish/perl-CSS-Squish.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright (c) 2013 Asaf Ohaion
# All rights reserved.
@@ -27,10 +27,13 @@
# Build script for perl-CSS-Squish
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=perl-CSS-Squish
VERSION=${VERSION:-0.10}
BUILD=${BUILD:-0}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=$( echo $PRGNAM | cut -d- -f2- )
@@ -42,7 +45,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-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}
@@ -99,4 +109,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