mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
xdebug: move files up 1 level
since php put a package.xml in top-level
This commit is contained in:
parent
1b7482d6df
commit
7c4065ec7d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue