summaryrefslogtreecommitdiffstats
path: root/perl/perl-Term-Animation/perl-Term-Animation.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Term-Animation/perl-Term-Animation.SlackBuild')
-rw-r--r--perl/perl-Term-Animation/perl-Term-Animation.SlackBuild21
1 files changed, 16 insertions, 5 deletions
diff --git a/perl/perl-Term-Animation/perl-Term-Animation.SlackBuild b/perl/perl-Term-Animation/perl-Term-Animation.SlackBuild
index a5c29f62ed..e078725196 100644
--- a/perl/perl-Term-Animation/perl-Term-Animation.SlackBuild
+++ b/perl/perl-Term-Animation/perl-Term-Animation.SlackBuild
@@ -1,14 +1,18 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for perl-Term-Animation
# Written by Vincent Batts, vbatts@hashbangbash.com
-SRCNAM=Term-Animation
-PRGNAM=perl-$SRCNAM
+cd $(dirname $0) ; CWD=$(pwd)
+
+PRGNAM=perl-Term-Animation
VERSION=${VERSION:-2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
+
+SRCNAM=Term-Animation
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -18,7 +22,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}
@@ -81,5 +92,5 @@ 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