summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Michel Begue <mab974@misouk.com>2024-04-28 10:19:59 +0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-04 21:44:56 +0700
commitb48de1074304db320d97152f727bbc9754d4e1cf (patch)
treefb32228c62fd39b9b6013070d54df643cf1ad41b /perl
parent6ce2654a00356d4e0b7e5969140ef4ca2d1383cb (diff)
downloadslackbuilds-b48de1074304db320d97152f727bbc9754d4e1cf.tar.gz
slackbuilds-b48de1074304db320d97152f727bbc9754d4e1cf.tar.xz
perl/perl-PDF-API2: Updated for version 2.045
Signed-off-by: Michel Begue <mab974@misouk.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-PDF-API2/perl-PDF-API2.SlackBuild5
-rw-r--r--perl/perl-PDF-API2/perl-PDF-API2.info10
2 files changed, 8 insertions, 7 deletions
diff --git a/perl/perl-PDF-API2/perl-PDF-API2.SlackBuild b/perl/perl-PDF-API2/perl-PDF-API2.SlackBuild
index bf2095a64f..4090bcdd05 100644
--- a/perl/perl-PDF-API2/perl-PDF-API2.SlackBuild
+++ b/perl/perl-PDF-API2/perl-PDF-API2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-PDF-API2
-# Copyright 2019 M.A.Begue mab974@gmail.com
+# Copyright 2019 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-PDF-API2
-VERSION=${VERSION:-2.038}
+VERSION=${VERSION:-2.045}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,6 +87,7 @@ perl Makefile.PL \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
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 \
diff --git a/perl/perl-PDF-API2/perl-PDF-API2.info b/perl/perl-PDF-API2/perl-PDF-API2.info
index c54df2e261..66b01b8524 100644
--- a/perl/perl-PDF-API2/perl-PDF-API2.info
+++ b/perl/perl-PDF-API2/perl-PDF-API2.info
@@ -1,10 +1,10 @@
PRGNAM="perl-PDF-API2"
-VERSION="2.038"
+VERSION="2.045"
HOMEPAGE="https://metacpan.org/pod/PDF::API2"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SS/SSIMMS/PDF-API2-2.038.tar.gz"
-MD5SUM="2d6683d01b95f554ec5bb2e29f31ff03"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SS/SSIMMS/PDF-API2-2.045.tar.gz"
+MD5SUM="afe283ab6b1273ed0d129ec1a18cfb8a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="perl-Font-TTF"
+REQUIRES="perl-Font-TTF perl-Test-Exception perl-Test-Memory-Cycle"
MAINTAINER="Michel A. BEGUE"
-EMAIL="mab974@gmail.com"
+EMAIL="mab974@misouk.com"