wok-next annotate perl-datetime-format-strptime/receipt @ rev 20333

Up bmpanel2, urxvt, usbip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 15 16:27:09 2017 +0200 (2017-11-15)
parents 2dbc3b12b9ce
children 44d2daaccb67
rev   line source
nneul@18450 1 # SliTaz package receipt.
nneul@18450 2
nneul@18450 3 PACKAGE="perl-datetime-format-strptime"
al@19709 4 VERSION="1.73"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="DateTime::Format::Strptime - Parse and format strp and strf time \
al@19709 7 patterns"
nneul@18450 8 MAINTAINER="pascal.bellard@slitaz.org"
nneul@18450 9 LICENSE="GPL2"
al@19709 10 WEB_SITE="https://metacpan.org/release/DateTime-Format-Strptime"
nneul@18450 11
al@19709 12 TARBALL="DateTime-Format-Strptime-$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-datetime perl-datetime-locale perl-datetime-timezone \
al@19709 16 perl-package-deprecationmanager perl-params-validationcompiler perl-specio \
al@19709 17 perl-try-tiny"
al@19709 18 BUILD_DEPENDS="$DEPENDS perl-test-warnings"
nneul@18450 19
nneul@18450 20 # Rules to configure and make the package.
nneul@18450 21 compile_rules()
nneul@18450 22 {
nneul@18450 23 perl Makefile.PL &&
al@19709 24 make && make DESTDIR=$install install &&
al@19709 25
al@19709 26 chmod -R u+w $install
nneul@18450 27 }
nneul@18450 28
nneul@18450 29 # Rules to gen a SliTaz package suitable for Tazpkg.
nneul@18450 30 genpkg_rules()
nneul@18450 31 {
al@19709 32 copy @std
nneul@18450 33 }