mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
perl/perl-html-form: Updated for version 6.07.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e721f1cd32
commit
523aea879a
2 changed files with 9 additions and 8 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
# Slackware build script for perl-html-form
|
||||
|
||||
# Copyright 2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2020 Donald Cooley, South Haven, Indiana, USA
|
||||
# Copyright 2012 Binh Nguyen
|
||||
# All rights reserved.
|
||||
#
|
||||
# Adopted 2014 Glenn Becker <glenn.becker@gmail.com>
|
||||
# Adopted 2014 Glenn Becker
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -25,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-html-form
|
||||
VERSION=${VERSION:-6.03}
|
||||
VERSION=${VERSION:-6.07}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -93,7 +94,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 README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a Changes INSTALL LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-html-form"
|
||||
VERSION="6.03"
|
||||
VERSION="6.07"
|
||||
HOMEPAGE="https://metacpan.org/pod/HTML::Form"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz"
|
||||
MD5SUM="fa6c2680207ed4fef5ea2ef09c210614"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Form-6.07.tar.gz"
|
||||
MD5SUM="71718750e6a2132b50eeca417a55e18e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-http-message"
|
||||
MAINTAINER="Donald Cooley"
|
||||
EMAIL="chytraeus@protonmail.com"
|
||||
EMAIL="chytraeu@sdf.org"
|
||||
|
|
Loading…
Reference in a new issue