wok-next view perl-datetime-format-strptime/receipt @ rev 20930

pyaudio -> python-pyaudio
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 07:07:52 2018 +0300 (2018-08-23)
parents 44d2daaccb67
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-datetime-format-strptime"
4 VERSION="1.75"
5 CATEGORY="perl"
6 SHORT_DESC="DateTime::Format::Strptime - Parse and format strp and strf time \
7 patterns"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://metacpan.org/release/DateTime-Format-Strptime"
11 REPOLOGY="perl:datetime-format-strptime"
13 TARBALL="DateTime-Format-Strptime-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
16 DEPENDS="perl-datetime perl-datetime-locale perl-datetime-timezone \
17 perl-package-deprecationmanager perl-params-validationcompiler perl-specio \
18 perl-try-tiny"
19 BUILD_DEPENDS="$DEPENDS perl-test-warnings"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 perl Makefile.PL &&
25 make && make DESTDIR=$install install &&
27 chmod -R u+w $install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 copy @std
34 }