wok diff perl-image-magick/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents bdf17c87ad31
children
line diff
     1.1 --- a/perl-image-magick/receipt	Sun Mar 01 10:23:30 2020 +0100
     1.2 +++ b/perl-image-magick/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,20 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-image-magick"
     1.7 -VERSION="7.0.9.26"
     1.8 +VERSION="7.1.0.27"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Image::Magick module is a Perl extension."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="Apache"
    1.13 +WEB_SITE="https://www.imagemagick.org/"
    1.14 +
    1.15  SOURCE="ImageMagick"
    1.16 -WANTED="imagemagick"
    1.17 -WEB_SITE="http://www.imagemagick.org/"
    1.18  
    1.19  DEPENDS="perl imagemagick"
    1.20 +WANTED="imagemagick"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/perl5 $fs/usr/lib
    1.27 +	cook_copy_folders	perl5
    1.28  }