summaryrefslogtreecommitdiffstats
path: root/perl/perl-Net-Curl/perl-Net-Curl.SlackBuild
diff options
context:
space:
mode:
author Samuel Young <samyoung12788@gmail.com>2024-04-02 09:45:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-02 12:32:22 +0700
commit47ef4413394cf6fa53bc313abd549f9cac7886c6 (patch)
treea5e41b71447dfb883c143a67489051b21997e215 /perl/perl-Net-Curl/perl-Net-Curl.SlackBuild
parent80a33ca846c428932d000c9642280782acdada6f (diff)
downloadslackbuilds-47ef4413394cf6fa53bc313abd549f9cac7886c6.tar.gz
slackbuilds-47ef4413394cf6fa53bc313abd549f9cac7886c6.tar.xz
perl/perl-Net-Curl: Updated for version 0.56.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Net-Curl/perl-Net-Curl.SlackBuild')
-rw-r--r--perl/perl-Net-Curl/perl-Net-Curl.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl/perl-Net-Curl/perl-Net-Curl.SlackBuild b/perl/perl-Net-Curl/perl-Net-Curl.SlackBuild
index 4c28ebeb87..da15413f06 100644
--- a/perl/perl-Net-Curl/perl-Net-Curl.SlackBuild
+++ b/perl/perl-Net-Curl/perl-Net-Curl.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-Net-Curl
-# Copyright 2023 Samuel Young, MO, USA
+# Copyright 2023-2024 Samuel Young, MO, USA
# 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-Net-Curl
-VERSION=${VERSION:-0.55}
+VERSION=${VERSION:-0.56}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,6 +70,7 @@ perl Makefile.PL \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
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 \