perl/perl-data-mesaagepack: Updated for version 1.02.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tonus 2023-05-05 00:30:17 +02:00 committed by Willy Sudiarto Raharjo
parent a3de242915
commit 279a22764c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 10 additions and 13 deletions

View file

@ -25,13 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-data-messagepack
VERSION=${VERSION:-1.00}
VERSION=${VERSION:-1.02}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=Data-MessagePack
DOCFILES="Changes README"
DOCFILES="Changes README.md"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -68,13 +68,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
echo "y" | perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test
make install DESTDIR=$PKG
perl Build.PL --installdirs vendor --config installvendorman1dir=/usr/man/man1 --config installvendorman3dir=/usr/man/man3
./Build
./Build test
./Build install --destdir $PKG
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
find $PKG -depth -type d -empty -delete

View file

@ -1,10 +1,10 @@
PRGNAM="perl-data-messagepack"
VERSION="1.00"
VERSION="1.02"
HOMEPAGE="https://metacpan.org/pod/Data::MessagePack"
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/Data-MessagePack-1.00.tar.gz"
MD5SUM="a52f9d85cdaffe46bfb34a7b7da2ad92"
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/Data-MessagePack-1.02.tar.gz"
MD5SUM="23afe56c52a6e7f345a801710dcfabbe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-inc-module-install"
REQUIRES="perl-Module-Build perl-inc-module-install perl-Module-Build-XSUtil"
MAINTAINER="Tonus"
EMAIL="tonus1@free.fr"