summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author dsomero2014-12-30 03:32:35 +0100
committer Willy Sudiarto Raharjo2014-12-31 13:22:04 +0100
commit829cf2bb173003c6503957f97b0a070d85e4adef (patch)
treeecde6e553d2e878bcb9d42fbefa8e033751ec0d3 /perl
parent15871503b08aa01062715d45fe9a9579db8093cc (diff)
downloadslackbuilds-829cf2bb173003c6503957f97b0a070d85e4adef.tar.gz
perl/perl-Test-Requires: Updated for version 0.08.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Test-Requires/perl-Test-Requires.SlackBuild19
-rw-r--r--perl/perl-Test-Requires/perl-Test-Requires.info6
2 files changed, 12 insertions, 13 deletions
diff --git a/perl/perl-Test-Requires/perl-Test-Requires.SlackBuild b/perl/perl-Test-Requires/perl-Test-Requires.SlackBuild
index de61aecc61..622c4e71e8 100644
--- a/perl/perl-Test-Requires/perl-Test-Requires.SlackBuild
+++ b/perl/perl-Test-Requires/perl-Test-Requires.SlackBuild
@@ -26,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Test-Requires
-VERSION=${VERSION:-0.07}
+VERSION=${VERSION:-0.08}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,15 +74,14 @@ 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 {} \;
-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
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/perl/perl-Test-Requires/perl-Test-Requires.info b/perl/perl-Test-Requires/perl-Test-Requires.info
index 281ce7a078..3e3dcae8d1 100644
--- a/perl/perl-Test-Requires/perl-Test-Requires.info
+++ b/perl/perl-Test-Requires/perl-Test-Requires.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Test-Requires"
-VERSION="0.07"
+VERSION="0.08"
HOMEPAGE="https://metacpan.org/pod/Test::Requires"
-DOWNLOAD="http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.07.tar.gz"
-MD5SUM="20bdd194fd0cf59eb0cc9349a68dbaa6"
+DOWNLOAD="http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.08.tar.gz"
+MD5SUM="339ec20fbbeaa904a968bdee629688a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""