xdebug: 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:06 +07:00 committed by Đoàn Trần Công Danh
parent 1b7482d6df
commit 7c4065ec7d
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ pkgname=xdebug
version=2.9.3
revision=1
build_style=gnu-configure
hostmakedepends="autoconf"
hostmakedepends="autoconf php-devel"
makedepends="php-devel"
short_desc="PHP debugging extension"
maintainer="Alexander Mamay <alexander@mamay.su>"
@ -12,9 +12,9 @@ homepage="http://xdebug.org"
distfiles="http://xdebug.org/files/${pkgname}-${version,,}.tgz"
checksum=a63f567f2238d75a2244c2a4bd6f5abee817280b3567f9006c99481488dc977c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" php-devel"
fi
post_extract() {
mv xdebug-$version/* .
}
pre_configure() {
phpize