wok diff perl-mime-types/receipt @ rev 24995

updated nginx and nginx-extras (1.19.0 -> 1.21.6)
author Hans-G?nter Theisgen
date Mon May 16 10:04:06 2022 +0100 (2022-05-16)
parents 15650f5d595b
children b27d8c263cba
line diff
     1.1 --- a/perl-mime-types/receipt	Fri Sep 17 10:35:57 2021 +0000
     1.2 +++ b/perl-mime-types/receipt	Mon May 16 10:04:06 2022 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-mime-types"
     1.7 -VERSION="2.17"
     1.8 +VERSION="2.22"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl extension MIME::Types."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 -WEB_SITE="https://metacpan.org/release/MIME-Types"
    1.14 +WEB_SITE="https://metacpan.org/pod/MIME::Types"
    1.15 +REPOLOGY="perl:mime-types"
    1.16  
    1.17  SOURCE="MIME-Types"
    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  }