wok view perl-datetime-format-mail/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents 20661c276bcf
children ca4a422cce07
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-datetime-format-mail"
4 VERSION="0.403"
5 CATEGORY="development"
6 SHORT_DESC="DateTime::Format::Mail module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="DateTime-Format-Mail"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://cpan.org/"
12 WGET_URL="https://cpan.metacpan.org/authors/id/B/BO/BOOK/$TARBALL"
14 DEPENDS="perl"
15 BUILD_DEPENDS="perl-datetime perl-params-validate"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $install/usr/lib $fs/usr
30 }