diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2018-11-17 11:53:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-17 18:42:43 +0700 |
commit | 05f7b775da0b81d3b4c63e0601a4353fe368f462 (patch) | |
tree | 653b94a4b4fc76e0c1dd6fefb193f7d1b8a5140c /perl | |
parent | ab27ba210afb01a026272b767e8b910f1f1ac3ec (diff) | |
download | slackbuilds-05f7b775da0b81d3b4c63e0601a4353fe368f462.tar.gz |
perl/perl-Text-CSV_XS: Updated for version 1.37.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Text-CSV_XS/perl-Text-CSV_XS.SlackBuild | 43 | ||||
-rw-r--r-- | perl/perl-Text-CSV_XS/perl-Text-CSV_XS.info | 6 |
2 files changed, 35 insertions, 14 deletions
diff --git a/perl/perl-Text-CSV_XS/perl-Text-CSV_XS.SlackBuild b/perl/perl-Text-CSV_XS/perl-Text-CSV_XS.SlackBuild index 7e8b644033..c15f84bd2a 100644 --- a/perl/perl-Text-CSV_XS/perl-Text-CSV_XS.SlackBuild +++ b/perl/perl-Text-CSV_XS/perl-Text-CSV_XS.SlackBuild @@ -2,11 +2,32 @@ # Slackware build script for Text::CSV_XS -# Written by Falu <falu0_0@fastmail.fm> -# 2017-09-08 - Maintainer changed to Andreas Guldstrand. +# Original SlackBuild script written by Falu <falu0_0@fastmail.fm> 2011. +# Completely rewritten using the perl-template.SlackBuild in 2018 by +# Andreas Guldstrand. + +# Copyright 2018 Andreas Guldstrand +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Text-CSV_XS -VERSION=${VERSION:-1.36} +VERSION=${VERSION:-1.37} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -14,7 +35,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -25,8 +46,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -49,15 +70,15 @@ tar xvf $CWD/$SRCNAM-$VERSION.tgz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; perl Makefile.PL \ - OPTIMIZE="$SLKCFLAGS" \ PREFIX=/usr \ INSTALLDIRS=vendor \ + INSTALLVENDORMAN1DIR=/usr/man/man1 \ INSTALLVENDORMAN3DIR=/usr/man/man3 make make test @@ -75,7 +96,7 @@ find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README ChangeLog \ + ChangeLog CONTRIBUTING.md README examples \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/perl/perl-Text-CSV_XS/perl-Text-CSV_XS.info b/perl/perl-Text-CSV_XS/perl-Text-CSV_XS.info index d7b66ad7a4..9d42a048db 100644 --- a/perl/perl-Text-CSV_XS/perl-Text-CSV_XS.info +++ b/perl/perl-Text-CSV_XS/perl-Text-CSV_XS.info @@ -1,8 +1,8 @@ PRGNAM="perl-Text-CSV_XS" -VERSION="1.36" +VERSION="1.37" HOMEPAGE="https://metacpan.org/pod/Text::CSV_XS" -DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.36.tgz" -MD5SUM="46bd187f59749af0be77f9f5cd106e6b" +DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.37.tgz" +MD5SUM="496c20cd1c433fa291733eaed4c0c71e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |