mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-File-ShareDir-Install: Updated for version 0.11.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0a067e880a
commit
8f4b409531
2 changed files with 13 additions and 13 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-File-ShareDir-Install
|
||||
VERSION=${VERSION:-0.10}
|
||||
VERSION=${VERSION:-0.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,14 +71,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 Makefile.PL \
|
||||
PREFIX=/usr \
|
||||
INSTALLDIRS=vendor \
|
||||
INSTALLVENDORMAN1DIR=/usr/man/man1 \
|
||||
INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||
make
|
||||
make test
|
||||
make install DESTDIR=$PKG
|
||||
perl Build.PL \
|
||||
--installdirs vendor \
|
||||
--config installvendorman1dir=/usr/man/man1 \
|
||||
--config installvendorman3dir=/usr/man/man3
|
||||
./Build
|
||||
./Build test
|
||||
./Build install \
|
||||
--destdir $PKG
|
||||
|
||||
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-File-ShareDir-Install"
|
||||
VERSION="0.10"
|
||||
VERSION="0.11"
|
||||
HOMEPAGE="https://metacpan.org/pod/File::ShareDir::Install"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-0.10.tar.gz"
|
||||
MD5SUM="37fb7fa72ce7184516dd022aba62f524"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.11.tar.gz"
|
||||
MD5SUM="61107e6ce6eee42bf29525b1a4d029e0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="perl-Module-Build-Tiny"
|
||||
MAINTAINER="Andreas Guldstrand"
|
||||
EMAIL="andreas.guldstrand@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue