mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
php-imagick: fix xlint
This commit is contained in:
parent
f42947fd31
commit
4148098572
1 changed files with 3 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
||||||
|
# Template file for 'php-imagick'
|
||||||
pkgname=php-imagick
|
pkgname=php-imagick
|
||||||
version=3.4.4
|
version=3.4.4
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="imagick-$version"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="php-devel autoconf pkg-config"
|
hostmakedepends="php-devel autoconf pkg-config"
|
||||||
makedepends="php-devel pcre2-devel libmagick-devel"
|
makedepends="php-devel pcre2-devel libmagick-devel"
|
||||||
depends="php>=7.4.3"
|
depends="php>=7.4.3"
|
||||||
short_desc="Provides a PHP wrapper to the ImageMagick library"
|
short_desc="Provides a PHP wrapper to the ImageMagick library"
|
||||||
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
||||||
license="PHP"
|
license="PHP-3.01"
|
||||||
homepage="https://pecl.php.net/package/imagick"
|
homepage="https://pecl.php.net/package/imagick"
|
||||||
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
|
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
|
||||||
checksum=8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077
|
checksum=8dd5aa16465c218651fc8993e1faecd982e6a597870fd4b937e9ece02d567077
|
||||||
wrksrc="imagick-$version"
|
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
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"
|
broken="checking for MagickWand.h or magick-wand.h header... configure: error: Unable to find MagickWand.h or magick-wand.h header"
|
||||||
|
|
Loading…
Add table
Reference in a new issue