summaryrefslogtreecommitdiffstats
path: root/perl/perl-Bit-Vector
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Bit-Vector')
-rw-r--r--perl/perl-Bit-Vector/README3
-rw-r--r--perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild16
2 files changed, 15 insertions, 4 deletions
diff --git a/perl/perl-Bit-Vector/README b/perl/perl-Bit-Vector/README
index 2d9c7d0473..9f6ca4027a 100644
--- a/perl/perl-Bit-Vector/README
+++ b/perl/perl-Bit-Vector/README
@@ -1 +1,2 @@
-Bit::Vector - Efficient bit vector, set of integers and "big int" math library
+Bit::Vector - Efficient bit vector, set of integers and "big int"
+math library
diff --git a/perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild b/perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild
index cd5eab88a4..2be4a03f8c 100644
--- a/perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild
+++ b/perl/perl-Bit-Vector/perl-Bit-Vector.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for perl-Bit-Vector
@@ -22,10 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=perl-Bit-Vector
VERSION=${VERSION:-7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
SRC_PRGNAM=Bit-Vector
DOCS="Artistic.txt CREDITS.txt GNU_GPL.txt GNU_LGPL.txt README.txt"
@@ -38,7 +41,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}
@@ -104,4 +114,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