summaryrefslogtreecommitdiffstats
path: root/perl/perl-Geography-Countries
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Geography-Countries')
-rw-r--r--perl/perl-Geography-Countries/README6
-rw-r--r--perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild18
2 files changed, 17 insertions, 7 deletions
diff --git a/perl/perl-Geography-Countries/README b/perl/perl-Geography-Countries/README
index 8f990f7bc3..b7902417e4 100644
--- a/perl/perl-Geography-Countries/README
+++ b/perl/perl-Geography-Countries/README
@@ -1,3 +1,3 @@
-perl-Geography-Countries module maps country names, and their 2-letter,
-3-letter and numerical codes, as defined by the ISO-3166 maintenance agency,
-and defined by the UNSD.
+perl-Geography-Countries module maps country names, and their
+2-letter, 3-letter and numerical codes, as defined by the ISO-3166
+maintenance agency, and defined by the UNSD.
diff --git a/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild b/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild
index c1c7503a84..bb2825ed59 100644
--- a/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild
+++ b/perl/perl-Geography-Countries/perl-Geography-Countries.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Slackware Package Build Script for perl modules: Geography::Countries
# Home Page https://metacpan.org/release/Geography-Countries
@@ -26,11 +26,14 @@
#
# Modified by the SlackBuilds.org project.
-SRCNAM="Geography-Countries-2009041301"
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM="perl-Geography-Countries"
+SRCNAM="Geography-Countries-2009041301"
VERSION=${VERSION:-20090413}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -40,7 +43,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}
@@ -110,4 +120,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