From 5b1501ff3194fe0454c5b2e0d1a83439d4f6ad3f Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 10 Feb 2014 15:25:45 +0100 Subject: perl/perl-Moo: Updated for version 1.004002. Added the new dependency perl-Import-Into Signed-off-by: Matteo Bernardini --- perl/perl-Moo/perl-Moo.SlackBuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'perl/perl-Moo/perl-Moo.SlackBuild') diff --git a/perl/perl-Moo/perl-Moo.SlackBuild b/perl/perl-Moo/perl-Moo.SlackBuild index 2b38133a6f..231a2f00dd 100644 --- a/perl/perl-Moo/perl-Moo.SlackBuild +++ b/perl/perl-Moo/perl-Moo.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Moo -# Copyright 2013 Willy Sudiarto Raharjo +# Copyright 2013-2014 Willy Sudiarto Raharjo # 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-Moo -VERSION=${VERSION:-1.003001} +VERSION=${VERSION:-1.004002} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,8 +66,8 @@ 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 {} \; @@ -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 -- cgit v1.2.3