summaryrefslogtreecommitdiffstats
path: root/perl/perl-extutils-pkgconfig
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2013-11-09 08:58:44 +0700
committer Robby Workman <rworkman@slackbuilds.org>2013-11-11 10:53:29 -0600
commit8222fcceca61c76e17029a3d882edd5d66f005c6 (patch)
tree5ed68dac404ba38ebe5fea24f684bad419299d24 /perl/perl-extutils-pkgconfig
parent4fc475bbf542566eda96e09720640245973c5625 (diff)
downloadslackbuilds-8222fcceca61c76e17029a3d882edd5d66f005c6.tar.gz
slackbuilds-8222fcceca61c76e17029a3d882edd5d66f005c6.tar.xz
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>
Diffstat (limited to 'perl/perl-extutils-pkgconfig')
-rw-r--r--perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild8
-rw-r--r--perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info6
2 files changed, 9 insertions, 5 deletions
diff --git a/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild b/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild
index 54023836cd..da1dccc400 100644
--- a/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild
+++ b/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild
@@ -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
diff --git a/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info b/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info
index d6d82f6841..19710f8b32 100644
--- a/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info
+++ b/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info
@@ -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=""