New package: php-imagick-3.4.3

Closes: #12488 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Alin Dobre 2018-03-13 22:12:58 +00:00 committed by Jürgen Buchmüller
parent becffccaab
commit 4e41df2be5
No known key found for this signature in database
GPG key ID: 6764EC32352D0647
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,3 @@
To enable the Imagick extension add the following line to your php.ini:
extension=imagick.so

View file

@ -0,0 +1,26 @@
pkgname=php-imagick
version=3.4.3
revision=1
build_style=gnu-configure
hostmakedepends="php-devel autoconf pkg-config"
makedepends="php-devel pcre-devel libmagick-devel"
depends="php"
short_desc="Provides a PHP wrapper to the ImageMagick library"
maintainer="Alin Dobre <alin.dobre@outlook.com>"
license="PHP"
homepage="https://pecl.php.net/package/imagick"
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
checksum=1f3c5b5eeaa02800ad22f506cd100e8889a66b2ec937e192eaaa30d74562567c
wrksrc="imagick-$version"
pre_configure() {
phpize
}
pre_install() {
make_install_args="INSTALL_ROOT=$DESTDIR"
}
post_install() {
rm -r $DESTDIR/usr/include
}