summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-Quoted
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Text-Quoted')
-rw-r--r--perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild16
-rw-r--r--perl/perl-Text-Quoted/perl-Text-Quoted.info2
2 files changed, 14 insertions, 4 deletions
diff --git a/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild b/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild
index 732dc4c8c1..22bc4743c2 100644
--- a/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild
+++ b/perl/perl-Text-Quoted/perl-Text-Quoted.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright (c) 2013 Asaf Ohaion
# Copyright (c) 2017 Andreas Guldstrand
@@ -28,10 +28,13 @@
# Build script for perl-Text-Quoted
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=perl-Text-Quoted
VERSION=${VERSION:-2.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=$( echo $PRGNAM | cut -d- -f2- )
@@ -43,7 +46,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}
@@ -102,4 +112,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
diff --git a/perl/perl-Text-Quoted/perl-Text-Quoted.info b/perl/perl-Text-Quoted/perl-Text-Quoted.info
index 02962aa62e..d05ee5348b 100644
--- a/perl/perl-Text-Quoted/perl-Text-Quoted.info
+++ b/perl/perl-Text-Quoted/perl-Text-Quoted.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BP/BPS/Text-Quoted-2.10.tar.gz"
MD5SUM="de86b498ed91e4a7856615f5f38c943c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="perl-Text-Autoformat perl-Text-Tabs+Wrap"
+REQUIRES="perl-Text-Autoformat"
MAINTAINER="Andreas Guldstrand"
EMAIL="andreas.guldstrand@gmail.com"