mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
php-imagick: move files up 1 level
since php put a package.xml in top-level
This commit is contained in:
parent
512ffadf9c
commit
aa5e1d944e
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ 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
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
mv imagick-$version/* .
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
phpize
|
phpize
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue