mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:47:22 +08:00
xdebug update to 2.2.4
This commit is contained in:
parent
b9e18e4faf
commit
fef1a7f993
@ -1,23 +1,22 @@
|
|||||||
#
|
# Maintainer: Francesco Marinucci <franzmari[at]chakra-project[dot]it>
|
||||||
# Apps Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer abveritas@chakra-project.org
|
# maintainer abveritas@chakra-project.org
|
||||||
|
|
||||||
pkgname=xdebug
|
pkgname=xdebug
|
||||||
pkgver=2.2.3
|
pkgver=2.2.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="PHP debugging extension"
|
pkgdesc="PHP debugging extension"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.xdebug.org"
|
url="http://www.xdebug.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('php')
|
depends=('php')
|
||||||
|
makedepends=('php-curl')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
backup=('etc/php/conf.d/xdebug.ini')
|
backup=('etc/php/conf.d/xdebug.ini')
|
||||||
categories=('programming')
|
categories=('programming')
|
||||||
source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
|
source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
|
||||||
xdebug-5.2.ini
|
xdebug-5.2.ini
|
||||||
xdebug.ini)
|
xdebug.ini)
|
||||||
md5sums=('e49cec9861b45dc0b36eae33bf8a14fa'
|
md5sums=('a2edd77f112ab47286c280df041c396a'
|
||||||
'6b7fdbbe0bf381bda40e77e29981f439'
|
'6b7fdbbe0bf381bda40e77e29981f439'
|
||||||
'68de800943369d4c76bdf7eb35c8463b')
|
'68de800943369d4c76bdf7eb35c8463b')
|
||||||
|
|
||||||
@ -32,9 +31,14 @@ build() {
|
|||||||
cd debugclient
|
cd debugclient
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd $srcdir/$pkgname-$pkgver/debugclient
|
||||||
make DESTDIR=$pkgdir install
|
make DESTDIR=$pkgdir install
|
||||||
|
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd $srcdir/$pkgname-$pkgver
|
||||||
|
make INSTALL_ROOT=$pkgdir install
|
||||||
if [ "$PHPVER" \< "5.3.0" ] ; then
|
if [ "$PHPVER" \< "5.3.0" ] ; then
|
||||||
install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/xdebug.so
|
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
|
install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user