perl/perlbrew: Updated for version 0.84.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2018-09-14 18:05:05 +02:00 committed by David Spencer
parent 9ece6aecf0
commit f5bc4cf843
2 changed files with 13 additions and 13 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perlbrew PRGNAM=perlbrew
VERSION=${VERSION:-0.82} VERSION=${VERSION:-0.84}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -71,14 +71,14 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -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 \ perl Build.PL \
PREFIX=/usr \ --installdirs vendor \
INSTALLDIRS=vendor \ --config installvendorman1dir=/usr/man/man1 \
INSTALLVENDORMAN1DIR=/usr/man/man1 \ --config installvendorman3dir=/usr/man/man3
INSTALLVENDORMAN3DIR=/usr/man/man3 ./Build
make ./Build test
make test ./Build install \
make install DESTDIR=$PKG --destdir $PKG
find $PKG/usr/man -type f -exec gzip -9 {} \; find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

View file

@ -1,10 +1,10 @@
PRGNAM="perlbrew" PRGNAM="perlbrew"
VERSION="0.82" VERSION="0.84"
HOMEPAGE="https://perlbrew.pl/" HOMEPAGE="https://perlbrew.pl/"
DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GU/GUGOD/App-perlbrew-0.82.tar.gz" DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GU/GUGOD/App-perlbrew-0.84.tar.gz"
MD5SUM="5c8b1ce484f165525aa1be9256dfaa0f" MD5SUM="a4e2e73bd7d09d5c748bf5cf0e0d8b3d"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="perl-CPAN-Perl-Releases perl-Capture-Tiny perl-Devel-PatchPerl perl-IO-All perl-Path-Class perl-Test-Exception perl-Test-NoWarnings perl-Test-Output perl-Test-Spec perl-local-lib perl-File-Which" REQUIRES="perl-CPAN-Perl-Releases perl-Capture-Tiny perl-Devel-PatchPerl perl-File-Which perl-Module-Build-Tiny perl-IO-All perl-Path-Class perl-Test-Exception perl-Test-NoWarnings perl-Test-Output perl-Test-Spec perl-Test-TempDir-Tiny perl-local-lib"
MAINTAINER="Andreas Guldstrand" MAINTAINER="Andreas Guldstrand"
EMAIL="andreas.guldstrand@gmail.com" EMAIL="andreas.guldstrand@gmail.com"