diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-10 15:25:45 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-11 12:14:56 -0600 |
commit | 5b1501ff3194fe0454c5b2e0d1a83439d4f6ad3f (patch) | |
tree | 5a6a0045d50e8ebf159bc64cef8d243b94647b8c /perl/perl-Moo/perl-Moo.SlackBuild | |
parent | 94f2ffbc74309d00b000618f459315460ddd56f5 (diff) |
perl/perl-Moo: Updated for version 1.004002.
Added the new dependency perl-Import-Into
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'perl/perl-Moo/perl-Moo.SlackBuild')
-rw-r--r-- | perl/perl-Moo/perl-Moo.SlackBuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/perl/perl-Moo/perl-Moo.SlackBuild b/perl/perl-Moo/perl-Moo.SlackBuild index 2b38133a6fe9..231a2f00dde2 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 <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-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 |