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

Move fonts-liberation*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 16:01:47 2018 +0300 (2018-10-04)
parents 44d2daaccb67
children d5aab818505e
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@20884 10 REPOLOGY="perl:datetime-locale"
al@19709 11
al@19709 12 TARBALL="DateTime-Locale-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-dist-checkconflicts perl-file-sharedir perl-scalar-list-utils \
al@19709 16 perl-namespace-autoclean perl-params-validationcompiler perl-specio"
al@19709 17 BUILD_DEPENDS="$DEPENDS perl-file-sharedir-install perl-cpan-meta-check \
al@19709 18 perl-test-fatal perl-test-file-sharedir perl-test-requires perl-test-warnings"
pascal@9281 19
pascal@9281 20 # Rules to configure and make the package.
pascal@9281 21 compile_rules()
pascal@9281 22 {
pascal@9281 23 perl Makefile.PL &&
al@19709 24 make && make DESTDIR=$install install &&
al@19709 25
al@19709 26 chmod -R u+w $install
pascal@9281 27 }
pascal@9281 28
pascal@9281 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9281 30 genpkg_rules()
pascal@9281 31 {
al@19709 32 copy @std
pascal@9281 33 }