mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
1d7d4a3330
commit
eb9867859b
2 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue