wok-next view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-datetime-locale"
4 VERSION="1.22"
5 CATEGORY="perl"
6 SHORT_DESC="DateTime::Locale - Localization support for DateTime.pm"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/DateTime-Locale"
10 REPOLOGY="perl:datetime-locale"
12 TARBALL="DateTime-Locale-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
15 DEPENDS="perl-dist-checkconflicts perl-file-sharedir perl-scalar-list-utils \
16 perl-namespace-autoclean perl-params-validationcompiler perl-specio"
17 BUILD_DEPENDS="$DEPENDS perl-file-sharedir-install perl-cpan-meta-check \
18 perl-test-fatal perl-test-file-sharedir perl-test-requires perl-test-warnings"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }