diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-09-01 08:04:13 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-02 10:19:46 +0100 |
commit | 27cc771c17fdbd22ad940daaf7a3d20340d3cb07 (patch) | |
tree | fda40d601f7416335e3e481e0d43e28cea8af616 /perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild | |
parent | 3af96bf0cf33ab7bc8409f3f576cd913e4b24045 (diff) |
perl/perl-Math-GMPf: Updated for version 0.43.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild')
-rw-r--r-- | perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild b/perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild index 43caeba9be42..1cf6a0a49abc 100644 --- a/perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild +++ b/perl/perl-Math-GMPf/perl-Math-GMPf.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for perl-Math-GMPf. # -# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # 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-Math-GMPf -VERSION=${VERSION:-0.42} +VERSION=${VERSION:-0.43} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +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 CHANGES README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |