perl/perl-extutils-pkgconfig: Updated for version 1.15.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-09 08:58:44 +07:00 committed by Robby Workman
parent 4fc475bbf5
commit 8222fcceca
2 changed files with 9 additions and 5 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-extutils-pkgconfig
VERSION=${VERSION:-1.13}
VERSION=${VERSION:-1.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -52,7 +52,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
find -L . \
\( -perm 777 -o -perm 775 -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
make

View file

@ -1,8 +1,8 @@
PRGNAM="perl-extutils-pkgconfig"
VERSION="1.13"
VERSION="1.15"
HOMEPAGE="http://search.cpan.org/dist/ExtUtils-PkgConfig/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.13.tar.gz"
MD5SUM="cc41813a491e15e0d46eef3233786369"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-1.15.tar.gz"
MD5SUM="1872e659cf2bb0b2471d75fce735e622"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""