diff options
Diffstat (limited to 'perl/perl-Capture-Tiny')
-rw-r--r-- | perl/perl-Capture-Tiny/perl-Capture-Tiny.SlackBuild | 21 | ||||
-rw-r--r-- | perl/perl-Capture-Tiny/perl-Capture-Tiny.info | 6 |
2 files changed, 5 insertions, 22 deletions
diff --git a/perl/perl-Capture-Tiny/perl-Capture-Tiny.SlackBuild b/perl/perl-Capture-Tiny/perl-Capture-Tiny.SlackBuild index 9e080f1a10..905e0388e0 100644 --- a/perl/perl-Capture-Tiny/perl-Capture-Tiny.SlackBuild +++ b/perl/perl-Capture-Tiny/perl-Capture-Tiny.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Capture-Tiny -# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2013-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-Capture-Tiny -VERSION=${VERSION:-0.48} +VERSION=${VERSION:-0.50} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -52,20 +49,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/perl/perl-Capture-Tiny/perl-Capture-Tiny.info b/perl/perl-Capture-Tiny/perl-Capture-Tiny.info index 1bb554bf74..2ac496f317 100644 --- a/perl/perl-Capture-Tiny/perl-Capture-Tiny.info +++ b/perl/perl-Capture-Tiny/perl-Capture-Tiny.info @@ -1,8 +1,8 @@ PRGNAM="perl-Capture-Tiny" -VERSION="0.48" +VERSION="0.50" HOMEPAGE="https://metacpan.org/pod/Capture::Tiny" -DOWNLOAD="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz" -MD5SUM="f5d24083ad270f8326dd659dd83eeb54" +DOWNLOAD="https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.50.tar.gz" +MD5SUM="92c96fdff1b972a663cc2b3e206ca853" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |