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