aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-html-form/perl-html-form.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-01 17:33:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-04 21:45:08 +0700
commitca161fad61e848bd7b54de3ae99074be2d8a885f (patch)
treefa0b5a161aafccb1b03f8ac1f97276bba0fcc91a /perl/perl-html-form/perl-html-form.SlackBuild
parent0bb7cd11bed30fc1320bc0d1fbe7c9b8150d16d1 (diff)
perl/perl-html-form: Updated for version 6.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-html-form/perl-html-form.SlackBuild')
-rw-r--r--perl/perl-html-form/perl-html-form.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/perl/perl-html-form/perl-html-form.SlackBuild b/perl/perl-html-form/perl-html-form.SlackBuild
index a02769e550..b002bc8df9 100644
--- a/perl/perl-html-form/perl-html-form.SlackBuild
+++ b/perl/perl-html-form/perl-html-form.SlackBuild
@@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-html-form
-VERSION=${VERSION:-6.07}
+VERSION=${VERSION:-6.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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
@@ -104,7 +101,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Changes INSTALL LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a Changes LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install