wok-next view perl-datetime-timezone/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="DateTime-TimeZone"
4 PACKAGE="perl-datetime-timezone"
5 VERSION="2.21"
6 AUTHOR="DROLSKY"
7 CATEGORY="perl"
8 SHORT_DESC="DateTime::TimeZone - Time zone object base class and factory"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 HOST_ARCH="any"
13 REPOLOGY="${PACKAGE/-/:}"
15 TARBALL="$ORIGIN-$VERSION.tar.gz"
16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
18 DEPENDS_std="perl-class-singleton perl-module-runtime perl-namespace-autoclean \
19 perl-params-validationcompiler perl-specio perl-try-tiny"
20 BUILD_DEPENDS="$DEPENDS_std perl-test-requires"
22 compile_rules() {
23 cook_perl
24 }