mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
php-ast: move files up 1 level
since php put a package.xml in top-level
This commit is contained in:
parent
58cef821a1
commit
512ffadf9c
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ distfiles="https://pecl.php.net/get/ast-${version}.tgz"
|
||||||
checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
|
checksum=ee3d4f67e24d82e4d340806a24052012e4954d223122949377665427443e6d13
|
||||||
make_check_pre="env NO_INTERACTION=1"
|
make_check_pre="env NO_INTERACTION=1"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
mv ast-$version/* .
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
phpize
|
phpize
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue