perl/perl-Module-Install: Updated for version 1.21

Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Michel Begue 2024-04-28 10:17:46 +04:00 committed by Willy Sudiarto Raharjo
parent 67d5906622
commit 6ce2654a00
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for perl-Module-Install.
#
# Copyright 2020 M.A. Begue mab974@gmail.com
# Copyright 2020 M.A. Begue mab974@misouk.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Module-Install
VERSION=${VERSION:-1.19}
VERSION=${VERSION:-1.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,6 +86,7 @@ perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,10 +1,10 @@
PRGNAM="perl-Module-Install"
VERSION="1.19"
VERSION="1.21"
HOMEPAGE="https://metacpan.org/pod/Module::Install"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Install-1.19.tar.gz"
MD5SUM="0d1b78cc13ebf9b9ad008c8928a5b2dd"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Install-1.21.tar.gz"
MD5SUM="71a170c4ecc224cb5c8b147830979549"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-YAML-Tiny perl-File-Remove"
MAINTAINER="Michel A. BEGUE"
EMAIL="mab974@gmail.com"
EMAIL="mab974@misouk.com"