wok view perl-datetime-format-strptime/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 20661c276bcf
children 15650f5d595b
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-datetime-format-strptime"
4 VERSION="1.77"
5 CATEGORY="development"
6 SHORT_DESC="Perl extension DateTime::Format::Strptime."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://metacpan.org/release/DateTime-Format-Strptime"
11 SOURCE="DateTime-Format-Strptime"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://www.cpan.org/modules/by-module/DateTime/$TARBALL"
16 DEPENDS="perl"
17 BUILD_DEPENDS="perl-datetime perl-params-validate perl-test-simple"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/lib $fs/usr
32 }