perl/perl-ExtUtils-Helpers: Updated for version 0.028.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-09-03 22:42:05 +07:00
parent 8199cb5766
commit 4b5c94c9e3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 18 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-ExtUtils-Helpers
VERSION=${VERSION:-0.027}
VERSION=${VERSION:-0.028}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -49,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

View file

@ -1,8 +1,8 @@
PRGNAM="perl-ExtUtils-Helpers"
VERSION="0.027"
VERSION="0.028"
HOMEPAGE="https://metacpan.org/pod/ExtUtils::Helpers"
DOWNLOAD="http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.027.tar.gz"
MD5SUM="e7565e30531c2789df610663477c71a6"
DOWNLOAD="http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.028.tar.gz"
MD5SUM="0687f20ac896a7d01219646908ccdf89"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""