29 lines
		
	
	
		
			785 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			785 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Template file for 'php8.1-imagick'
 | 
						|
pkgname=php8.1-imagick
 | 
						|
version=3.7.0
 | 
						|
revision=4
 | 
						|
build_style=gnu-configure
 | 
						|
configure_args="--with-imagick=${XBPS_CROSS_BASE}/usr \
 | 
						|
 --with-php-config=/usr/bin/php-config8.1"
 | 
						|
hostmakedepends="php8.1-devel autoconf pkg-config"
 | 
						|
makedepends="php8.1-devel pcre2-devel libmagick-devel"
 | 
						|
depends="php8.1"
 | 
						|
short_desc="Provides a PHP wrapper to the ImageMagick library"
 | 
						|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 | 
						|
license="PHP-3.01"
 | 
						|
homepage="https://pecl.php.net/package/imagick"
 | 
						|
distfiles="https://pecl.php.net/get/imagick-$version.tgz"
 | 
						|
checksum=5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e
 | 
						|
 | 
						|
pre_configure() {
 | 
						|
	phpize8.1
 | 
						|
}
 | 
						|
 | 
						|
pre_install() {
 | 
						|
	make_install_args="INSTALL_ROOT=$DESTDIR"
 | 
						|
}
 | 
						|
 | 
						|
post_install() {
 | 
						|
	rm -r $DESTDIR/usr/include
 | 
						|
}
 |