# Template file for 'xdebug' pkgname=xdebug version=2.4.1 revision=1 build_style=gnu-configure hostmakedepends="autoconf" makedepends="php-devel" short_desc="PHP debugging extension" maintainer="Alexander Mamay " license="custom" homepage="http://xdebug.org" distfiles="http://xdebug.org/files/${pkgname}-${version,,}.tgz" checksum=23c8786e0f5aae67b1e5035972bfff282710fb84c483887cebceb8ef5bbdf8ef pre_configure() { phpize } do_install() { make INSTALL_ROOT=${DESTDIR} install vlicense LICENSE }