perl/perl-Math-MPC: Updated for version 1.08.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
db3a0e3b7e
commit
c0e460f803
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for perl-Math-MPC.
|
||||
#
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2016-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Math-MPC
|
||||
VERSION=${VERSION:-1.07}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.08}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
|
||||
|
@ -89,7 +89,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-MPC"
|
||||
VERSION="1.07"
|
||||
VERSION="1.08"
|
||||
HOMEPAGE="https://metacpan.org/pod/Math::MPC"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-1.07.tar.gz"
|
||||
MD5SUM="081cc3c3321213f15713395b9df8d7e5"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-1.08.tar.gz"
|
||||
MD5SUM="96d73685c1ce9f7c7774b3bed2ebe4f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Math-MPFR"
|
||||
|
|
Loading…
Reference in New Issue