mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
6ce2654a00
commit
b48de10743
2 changed files with 8 additions and 7 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue