24 lines
548 B
Bash
24 lines
548 B
Bash
# Template file for 'xdebug'
|
|
pkgname=xdebug
|
|
version=2.5.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="autoconf"
|
|
makedepends="php-devel"
|
|
short_desc="PHP debugging extension"
|
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
|
license="custom"
|
|
homepage="http://xdebug.org"
|
|
distfiles="http://xdebug.org/files/${pkgname}-${version,,}.tgz"
|
|
checksum=72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4
|
|
broken="broken with php7.2"
|
|
|
|
pre_configure() {
|
|
phpize
|
|
}
|
|
|
|
do_install() {
|
|
make INSTALL_ROOT=${DESTDIR} install
|
|
vlicense LICENSE
|
|
}
|