wok annotate perl-datetime-format-w3cdtf/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 15650f5d595b
children b27d8c263cba
rev   line source
pascal@9281 1 # SliTaz package receipt.
pascal@9281 2
pascal@9281 3 PACKAGE="perl-datetime-format-w3cdtf"
Hans-G?nter@24195 4 VERSION="0.08"
pascal@9281 5 CATEGORY="development"
Hans-G?nter@23312 6 SHORT_DESC="Perl extension DateTime::Format::W3CDTF."
pascal@9281 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
Hans-G?nter@24195 9 WEB_SITE="https://metacpan.org/pod/DateTime::Format::W3CDTF"
Hans-G?nter@24195 10 REPOLOGY=="perl:datetime-format-w3cdtf"
Hans-G?nter@23312 11
Hans-G?nter@23312 12 SOURCE="DateTime-Format-W3CDTF"
Hans-G?nter@23312 13 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23312 14 WGET_URL="https://www.cpan.org/modules/by-module/DateTime/$TARBALL"
Hans-G?nter@23312 15
pascal@9281 16 DEPENDS="perl"
pascal@9281 17 BUILD_DEPENDS="perl"
pascal@9281 18
pascal@24102 19 current_version()
pascal@24102 20 {
pascal@24102 21 wget -O - $WEB_SITE 2>/dev/null | \
pascal@24102 22 sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
pascal@24102 23 }
pascal@24102 24
pascal@9281 25 # Rules to configure and make the package.
pascal@9281 26 compile_rules()
pascal@9281 27 {
pascal@9281 28 perl Makefile.PL &&
pascal@9281 29 make &&
Hans-G?nter@24195 30 make install DESTDIR=$DESTDIR
pascal@9281 31 }
pascal@9281 32
pascal@9281 33 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9281 34 genpkg_rules()
pascal@9281 35 {
Hans-G?nter@24195 36 cook_copy_folders lib
pascal@9281 37 }