void-packages/srcpkgs/xdebug/template
2015-10-21 12:04:01 +06:00

23 lines
521 B
Bash

# Template file for 'xdebug'
pkgname=xdebug
version=2.3.3
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="b27bd09b23136d242dbc94f4503c98f012a521d5597002c9d463a63c6b0cdfe3"
pre_configure() {
phpize
}
do_install() {
make INSTALL_ROOT=${DESTDIR} install
vlicense LICENSE
}