xdebug8.0: move files up 1 level

since php put a package.xml in top-level
This commit is contained in:
Đoàn Trần Công Danh 2022-11-08 23:17:07 +07:00 committed by Đoàn Trần Công Danh
parent 7c4065ec7d
commit 41909fe6de
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ version=3.1.5
revision=1
build_style=gnu-configure
configure_args="--with-php-config=/usr/bin/php-config8.0"
hostmakedepends="autoconf"
hostmakedepends="autoconf php8.0-devel"
makedepends="php8.0-devel"
short_desc="PHP debugging extension"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
@ -14,9 +14,9 @@ changelog="https://xdebug.org/updates"
distfiles="http://xdebug.org/files/xdebug-${version}.tgz"
checksum=55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" php8.0-devel"
fi
post_extract() {
mv xdebug-$version/* .
}
pre_configure() {
phpize8.0