diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-07-01 18:43:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-03 19:23:07 +0700 |
commit | b3c4463717bfc9929732e6e9962a5718ec8da334 (patch) | |
tree | 42769b770e48c5bb9c5c7ff602fa4b2f5d890314 /perl/perl-Readonly/perl-Readonly.SlackBuild | |
parent | ae43df078d32274b7ac453e994a40c3fd1fd34da (diff) | |
download | slackbuilds-b3c4463717bfc9929732e6e9962a5718ec8da334.tar.gz |
perl/perl-Readonly: Updated for version 2.00.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Readonly/perl-Readonly.SlackBuild')
-rw-r--r-- | perl/perl-Readonly/perl-Readonly.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/perl/perl-Readonly/perl-Readonly.SlackBuild b/perl/perl-Readonly/perl-Readonly.SlackBuild index 1598dff32c..dd2f6ffa54 100644 --- a/perl/perl-Readonly/perl-Readonly.SlackBuild +++ b/perl/perl-Readonly/perl-Readonly.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Readonly -# Copyright 2013 LEVAI Daniel <leva@ecentrum.hu> +# Copyright 2013-2014 LEVAI Daniel <leva@ecentrum.hu> # 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-Readonly -VERSION=${VERSION:-1.04} +VERSION=${VERSION:-2.00} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,7 +55,7 @@ find -L . \ \( -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 Build.PL \ prefix=/usr \ @@ -75,9 +75,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 \ - README.md Changes \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.md Changes $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |