perl/perl-Archive-Extract: Updated for version 0.76.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2015-07-08 22:27:02 +07:00 committed by Willy Sudiarto Raharjo
parent 581ff9051f
commit 42477c366a
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-Archive-Extract
# Copyright 2013-2014 Andreas Voegele <andreas@andreasvoegele.com>
# Copyright 2013-2015 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=perl-Archive-Extract
VERSION=${VERSION:-0.74}
VERSION=${VERSION:-0.76}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,11 +63,12 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Archive-Extract"
VERSION="0.74"
VERSION="0.76"
HOMEPAGE="https://metacpan.org/pod/Archive::Extract"
DOWNLOAD="http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-0.74.tar.gz"
MD5SUM="af26b361608331806d14f075033d0030"
DOWNLOAD="http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-0.76.tar.gz"
MD5SUM="110a6000ce4b23da34dcbe890e069f13"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""