summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-SharedFork
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-12-04 17:18:51 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit7806613633bd5665f66504f3dc37f102418f78b3 (patch)
tree9ee5246f1fe9c76757866e87f51e043fa6d565d0 /perl/perl-Test-SharedFork
parent887c4832fc819a8ff8016e914e472906a2f6aa1e (diff)
downloadslackbuilds-7806613633bd5665f66504f3dc37f102418f78b3.tar.gz
slackbuilds-7806613633bd5665f66504f3dc37f102418f78b3.tar.xz
perl/perl-Test-SharedFork: Updated for version 0.34.
Fixes build with perl-5.22. Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-SharedFork')
-rw-r--r--perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild19
-rw-r--r--perl/perl-Test-SharedFork/perl-Test-SharedFork.info6
2 files changed, 12 insertions, 13 deletions
diff --git a/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild b/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild
index c09b36b570..76effbc902 100644
--- a/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild
+++ b/perl/perl-Test-SharedFork/perl-Test-SharedFork.SlackBuild
@@ -27,7 +27,7 @@
PRGNAM="perl-Test-SharedFork"
-VERSION=${VERSION:-0.24}
+VERSION=${VERSION:-0.34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,15 +77,14 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
-perl Build.PL \
- prefix=/usr \
- installdirs=vendor \
- destdir=$PKG
-./Build
-./Build test
-./Build install \
- --install_path bindoc=/usr/man/man1 \
- --install_path libdoc=/usr/man/man3
+perl Makefile.PL \
+ PREFIX=/usr \
+ INSTALLDIRS=vendor \
+ INSTALLVENDORMAN1DIR=/usr/man/man1 \
+ INSTALLVENDORMAN3DIR=/usr/man/man3
+make
+make test
+make install DESTDIR=$PKG
### putting essential docs
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/perl/perl-Test-SharedFork/perl-Test-SharedFork.info b/perl/perl-Test-SharedFork/perl-Test-SharedFork.info
index 1fdfcb02e0..f35d981cfe 100644
--- a/perl/perl-Test-SharedFork/perl-Test-SharedFork.info
+++ b/perl/perl-Test-SharedFork/perl-Test-SharedFork.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Test-SharedFork"
-VERSION="0.24"
+VERSION="0.34"
HOMEPAGE="https://metacpan.org/pod/Test::SharedFork"
-DOWNLOAD="http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-SharedFork-0.24.tar.gz"
-MD5SUM="6cdefc061e885e7ce56ee0c3a1ede9a3"
+DOWNLOAD="http://www.cpan.org/authors/id/E/EX/EXODIST/Test-SharedFork-0.34.tar.gz"
+MD5SUM="40b7dd32228f7e6c2e31c41fb863df16"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-Requires"