wok diff perl-mime-lite/receipt @ rev 25351
updated tesseract and tesseract-dev (3.02.02 -> 5.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 26 13:57:27 2022 +0100 (2022-07-26) |
parents | 15650f5d595b |
children | b27d8c263cba |
line diff
1.1 --- a/perl-mime-lite/receipt Fri Sep 17 10:35:57 2021 +0000 1.2 +++ b/perl-mime-lite/receipt Tue Jul 26 13:57:27 2022 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-mime-lite" 1.7 -VERSION="3.031" 1.8 +VERSION="3.033" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl extension MIME::Lite." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 -WEB_SITE="https://metacpan.org/release/MIME-Lite" 1.14 +WEB_SITE="https://metacpan.org/pod/MIME::Lite" 1.15 +REPOLOGY="perl:mime-lite" 1.16 1.17 SOURCE="MIME-Lite" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 @@ -32,6 +33,5 @@ 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr 1.24 - cp -a $install/usr/lib $fs/usr 1.25 + cook_copy_folders lib 1.26 }