wok-next annotate perl-datetime-locale/receipt @ rev 20820

Update Perl modules
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 23:41:47 2018 +0300 (2018-06-13)
parents 1a86cb99cbbf
children 4e6503d7a19f
rev   line source
pascal@9281 1 # SliTaz package receipt.
pascal@9281 2
pascal@9281 3 PACKAGE="perl-datetime-locale"
al@20820 4 VERSION="1.22"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="DateTime::Locale - Localization support for DateTime.pm"
pascal@9281 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/DateTime-Locale"
al@19709 10
al@19709 11 TARBALL="DateTime-Locale-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
al@19709 13
al@19709 14 DEPENDS="perl-dist-checkconflicts perl-file-sharedir perl-scalar-list-utils \
al@19709 15 perl-namespace-autoclean perl-params-validationcompiler perl-specio"
al@19709 16 BUILD_DEPENDS="$DEPENDS perl-file-sharedir-install perl-cpan-meta-check \
al@19709 17 perl-test-fatal perl-test-file-sharedir perl-test-requires perl-test-warnings"
pascal@9281 18
pascal@9281 19 # Rules to configure and make the package.
pascal@9281 20 compile_rules()
pascal@9281 21 {
pascal@9281 22 perl Makefile.PL &&
al@19709 23 make && make DESTDIR=$install install &&
al@19709 24
al@19709 25 chmod -R u+w $install
pascal@9281 26 }
pascal@9281 27
pascal@9281 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9281 29 genpkg_rules()
pascal@9281 30 {
al@19709 31 copy @std
pascal@9281 32 }