perl/perl-Math-Complex_C-L: Updated for version 0.06.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-07-01 08:29:56 +07:00 committed by Willy Sudiarto Raharjo
parent 1d7d4a3330
commit eb9867859b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 9 deletions

View file

@ -1,8 +1,8 @@
#!/bin/sh
#
# Slackware build script for perl-Math-Complex_C-L.
# Copyright 2016 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,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Math-Complex_C-L
VERSION=${VERSION:-0.05}
VERSION=${VERSION:-0.06}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,6 @@ perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
@ -90,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

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Math-Complex_C-L"
VERSION="0.05"
VERSION="0.06"
HOMEPAGE="https://metacpan.org/pod/Math::Complex_C::L"
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-Complex_C-L-0.05.tar.gz"
MD5SUM="9efa076d9d9ee1229bbde8f9735ea37f"
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-Complex_C-L-0.06.tar.gz"
MD5SUM="f6928a5387a879cdcc4dc7fbf44c7de6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""