summaryrefslogtreecommitdiffstats
path: root/perl/perl-extutils-pkgconfig
diff options
context:
space:
mode:
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=""