php-imagick: fix xlint

This commit is contained in:
Enno Boland 2020-04-18 10:59:30 +02:00 committed by Enno Boland
parent f42947fd31
commit 4148098572

View file

@ -1,17 +1,18 @@
# Template file for 'php-imagick'
pkgname=php-imagick
version=3.4.4
revision=1
wrksrc="imagick-$version"
build_style=gnu-configure
hostmakedepends="php-devel autoconf pkg-config"
makedepends="php-devel pcre2-devel libmagick-devel"
depends="php>=7.4.3"
short_desc="Provides a PHP wrapper to the ImageMagick library"
maintainer="Alin Dobre <alin.dobre@outlook.com>"
license="PHP"
license="PHP-3.01"
homepage="https://pecl.php.net/package/imagick"
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
checksum=8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077
wrksrc="imagick-$version"
if [ -n "$CROSS_BUILD" ]; then
broken="checking for MagickWand.h or magick-wand.h header... configure: error: Unable to find MagickWand.h or magick-wand.h header"