aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-PDF-API2/perl-PDF-API2.SlackBuild
diff options
context:
space:
mode:
authorMichel Begue <mab974@misouk.com>2024-04-28 10:19:59 +0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-04 21:44:56 +0700
commitb48de1074304db320d97152f727bbc9754d4e1cf (patch)
treefb32228c62fd39b9b6013070d54df643cf1ad41b /perl/perl-PDF-API2/perl-PDF-API2.SlackBuild
parent6ce2654a00356d4e0b7e5969140ef4ca2d1383cb (diff)
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/perl-PDF-API2/perl-PDF-API2.SlackBuild')
-rw-r--r--perl/perl-PDF-API2/perl-PDF-API2.SlackBuild5
1 files changed, 3 insertions, 2 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 \