New package: xdebug-2.3.3 (thanks @asafo)
This commit is contained in:
parent
cda3f212c7
commit
4b637be77e
2 changed files with 24 additions and 0 deletions
1
srcpkgs/xdebug/INSTALL.msg
Normal file
1
srcpkgs/xdebug/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
|||
You should add 'zend_extension="xdebug.so"' to php.ini
|
23
srcpkgs/xdebug/template
Normal file
23
srcpkgs/xdebug/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# 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
|
||||
}
|
||||
|
Loading…
Reference in a new issue