wok view perl-lwp-protocol-https/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents ca4a422cce07
children b27d8c263cba
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-lwp-protocol-https"
4 VERSION="6.10"
5 CATEGORY="development"
6 SHORT_DESC="LWP::Protocol::https module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/pod/LWP::Protocol::https"
10 REPOLOGY="perl:lwp-protocol-https"
11 SOURCE="LWP-Protocol-https"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://www.cpan.org/modules/by-module/LWP/$TARBALL"
14 DEPENDS="libwww-perl perl-io-socket-ssl"
15 BUILD_DEPENDS="$DEPENDS"
17 current_version()
18 {
19 wget -O - $WEB_SITE 2>/dev/null | \
20 sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
21 }
23 # Rules to configure and make the package.
24 compile_rules()
25 {
26 perl Makefile.PL &&
27 make &&
28 make install DESTDIR=$DESTDIR
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 cook_copy_folders lib
35 }