xdebug update to 2.2.4

This commit is contained in:
Francesco 2014-03-06 12:09:36 +00:00
parent b9e18e4faf
commit fef1a7f993

View File

@ -1,23 +1,22 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Francesco Marinucci <franzmari[at]chakra-project[dot]it>
# maintainer abveritas@chakra-project.org
pkgname=xdebug
pkgver=2.2.3
pkgver=2.2.4
pkgrel=1
pkgdesc="PHP debugging extension"
arch=('x86_64')
url="http://www.xdebug.org"
license=('GPL')
depends=('php')
makedepends=('php-curl')
install="${pkgname}.install"
backup=('etc/php/conf.d/xdebug.ini')
categories=('programming')
source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
xdebug-5.2.ini
xdebug.ini)
md5sums=('e49cec9861b45dc0b36eae33bf8a14fa'
md5sums=('a2edd77f112ab47286c280df041c396a'
'6b7fdbbe0bf381bda40e77e29981f439'
'68de800943369d4c76bdf7eb35c8463b')
@ -32,9 +31,14 @@ build() {
cd debugclient
./configure --prefix=/usr
make
}
package() {
cd $srcdir/$pkgname-$pkgver/debugclient
make DESTDIR=$pkgdir install
cd $srcdir/$pkgname-$pkgver
make INSTALL_ROOT=$pkgdir install
if [ "$PHPVER" \< "5.3.0" ] ; then
install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/xdebug.so
install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini