mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-Math-GMPf: Updated for version 0.43.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3af96bf0cf
commit
27cc771c17
3 changed files with 7 additions and 7 deletions
|
@ -2,5 +2,5 @@ perl-Math-GMPf (perl interface to the GMP library's floating point).
|
|||
|
||||
perl interface to the GMP library's floating point (mpf) functions.
|
||||
|
||||
For tests only, optional deps: perl-Math-GMP, perl-Math-GMPz,
|
||||
For tests only, optional deps: perl-Math-GMP, perl-Math-GMPz,
|
||||
perl-Math-GMPq, perl-Math-MPFR, perl-Test-Pod.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Math-GMPf"
|
||||
VERSION="0.42"
|
||||
VERSION="0.43"
|
||||
HOMEPAGE="https://metacpan.org/pod/Math::GMPf"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPf-0.42.tar.gz"
|
||||
MD5SUM="aa615b3f5aa233ed598b157749e17642"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-GMPf-0.43.tar.gz"
|
||||
MD5SUM="a375592e67bcdbe259aa10085371be26"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue