summaryrefslogtreecommitdiffstats
path: root/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-19 20:28:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-07-22 16:21:23 +0700
commita3a60715dbd091d5f087b6dee3f49c0e13171269 (patch)
tree43d747448a48ceb53dbbd44548aca9eee7bca4d7 /perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
parent1e75ac696b8dbfd66d6d54bf4a3a79b357154d42 (diff)
downloadslackbuilds-a3a60715dbd091d5f087b6dee3f49c0e13171269.tar.gz
slackbuilds-a3a60715dbd091d5f087b6dee3f49c0e13171269.tar.xz
perl/perl-ExtUtils-Config: Updated for version 0.008.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild')
-rw-r--r--perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
index 5dea9af119..d1d434dc70 100644
--- a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
+++ b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-ExtUtils-Config
-# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
+# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-ExtUtils-Config
-VERSION=${VERSION:-0.007}
+VERSION=${VERSION:-0.008}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,10 +66,10 @@ 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 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL \
PREFIX=/usr \
@@ -90,9 +90,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- Changes README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a Changes README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install