Browse Source
perl/perl-extutils-depends: Updated for version 0.8002.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
Edinaldo P. Silva
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
12 deletions
-
perl/perl-extutils-depends/perl-extutils-depends.SlackBuild
-
perl/perl-extutils-depends/perl-extutils-depends.info
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
# (C) 2007 Michael Wagner <lapinours@web.de> |
|
|
|
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com> |
|
|
|
# Copyright 2014-2017 Glenn Becker <burningc@sdf.org> |
|
|
|
# Copyright 2017-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil. |
|
|
|
# Copyright 2017-2025 Edinaldo P. Silva, Rio de Janeiro, Brazil. |
|
|
|
# |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
@ -29,18 +29,12 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=perl-extutils-depends |
|
|
|
VERSION=${VERSION:-0.8001} |
|
|
|
VERSION=${VERSION:-0.8002} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
case "$( uname -m )" in |
|
|
|
i?86) ARCH=i586 ;; |
|
|
|
arm*) ARCH=arm ;; |
|
|
|
*) ARCH=$( uname -m ) ;; |
|
|
|
esac |
|
|
|
fi |
|
|
|
ARCH=noarch |
|
|
|
|
|
|
|
# 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 |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="perl-extutils-depends" |
|
|
|
VERSION="0.8001" |
|
|
|
VERSION="0.8002" |
|
|
|
HOMEPAGE="https://metacpan.org/pod/ExtUtils::Depends" |
|
|
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz" |
|
|
|
MD5SUM="ca203697162b842c6c1e25ce102b79a5" |
|
|
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETJ/ExtUtils-Depends-0.8002.tar.gz" |
|
|
|
MD5SUM="e2cb85a8588e478351ed4b7537466aca" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|