mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-Module-Pluggable: Updated for version 5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7ad7e9a0eb
commit
7aefede6b9
2 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for perl-Module-Pluggable
|
# Slackware build script for perl-Module-Pluggable
|
||||||
|
|
||||||
# Copyright 2013 Andreas Voegele <andreas@andreasvoegele.com>
|
# Copyright 2013-2015 Andreas Voegele <andreas@andreasvoegele.com>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and distribute this software for any
|
# Permission to use, copy, modify, and distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# 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.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
PRGNAM=perl-Module-Pluggable
|
PRGNAM=perl-Module-Pluggable
|
||||||
VERSION=${VERSION:-5.1}
|
VERSION=${VERSION:-5.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -63,13 +63,14 @@ find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -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 {} \;
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -name Changes -o -name README -o -name '*.pm' \) -exec chmod 644 {} \;
|
\( -name Changes -o -name README -o -name '*.pm' \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
perl Makefile.PL \
|
perl Makefile.PL \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
INSTALLDIRS=vendor \
|
INSTALLDIRS=vendor \
|
||||||
|
INSTALLVENDORMAN1DIR=/usr/man/man1 \
|
||||||
INSTALLVENDORMAN3DIR=/usr/man/man3
|
INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-Module-Pluggable"
|
PRGNAM="perl-Module-Pluggable"
|
||||||
VERSION="5.1"
|
VERSION="5.2"
|
||||||
HOMEPAGE="https://metacpan.org/pod/Module::Pluggable"
|
HOMEPAGE="https://metacpan.org/pod/Module::Pluggable"
|
||||||
DOWNLOAD="http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-5.1.tar.gz"
|
DOWNLOAD="http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz"
|
||||||
MD5SUM="1b71ed7a67ad8c048d1499540bc892ba"
|
MD5SUM="87ce2971662efd0b69a81bb4dc9ea76c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue