wok-next annotate perl-datetime/receipt @ rev 19759

Up cpufrequtils, dhcp, dhcp6, fontforge, glibc, libspiro, libuninameslist, slitaz-i18n, ttf-dejavu, ttf-roboto, tzdata, ucl.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 09 22:24:52 2017 +0300 (2017-06-09)
parents a0dc460b7199
children dfb3d7f1daed
rev   line source
pascal@9281 1 # SliTaz package receipt.
pascal@9281 2
pascal@9281 3 PACKAGE="perl-datetime"
al@19709 4 VERSION="1.42"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="DateTime - A date and time object for Perl"
pascal@9281 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/DateTime"
pascal@9281 10
al@19709 11 TARBALL="DateTime-$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-datetime-locale perl-datetime-timezone perl-dist-checkconflicts \
al@19709 15 perl-namespace-autoclean perl-params-validationcompiler perl-specio \
al@19709 16 perl-try-tiny"
al@19709 17 BUILD_DEPENDS="$DEPENDS perl-cpan-meta-check perl-test-warnings"
pascal@11879 18
pascal@9281 19 # Rules to configure and make the package.
pascal@9281 20 compile_rules()
pascal@9281 21 {
al@19709 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 }