perl/perl-extutils-depends: Updated for version 0.308.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Glenn Becker 2014-06-23 07:46:37 +07:00 committed by Willy Sudiarto Raharjo
parent 3ef6fd07ce
commit 81d8f0cc08
2 changed files with 12 additions and 10 deletions

View file

@ -6,6 +6,8 @@
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
# Update for version 0.308 by Glenn Becker <burningc@sdf.org>
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@ -24,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-extutils-depends
VERSION=${VERSION:-0.306}
VERSION=${VERSION:-0.308}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -53,12 +55,12 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -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 {} \;
perl Makefile.PL || exit 1
perl Makefile.PL
make
make install INSTALLDIRS=vendor DESTDIR=$PKG

View file

@ -1,10 +1,10 @@
PRGNAM="perl-extutils-depends"
VERSION="0.306"
VERSION="0.308"
HOMEPAGE="http://search.cpan.org/dist/ExtUtils-Depends/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/ExtUtils-Depends-0.306.tar.gz"
MD5SUM="ae03b4f7d7ebd1fe8932f3c01f40664c"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/ExtUtils-Depends-0.308.tar.gz"
MD5SUM="cea7ebb99d05fe47c24a1de043b478f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Binh Nguyen"
EMAIL="binhvng@gmail.com"
MAINTAINER="Glenn Becker"
EMAIL="burningc@sdf.org"