wok-current view perl-datetime-format-strptime/receipt @ rev 23361
updated perl-locale-gettext (1.05 -> 1.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 10:54:06 2020 +0100 (2020-03-31) |
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 }