wok view perl-image-magick/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents bdf17c87ad31
children
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-image-magick"
4 VERSION="7.1.0.27"
5 CATEGORY="development"
6 SHORT_DESC="Image::Magick module is a Perl extension."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="https://www.imagemagick.org/"
11 SOURCE="ImageMagick"
13 DEPENDS="perl imagemagick"
14 WANTED="imagemagick"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_folders perl5
20 }