[arch-commits] Commit in xdebug/repos (6 files)

Pierre Schmitz pierre at archlinux.org
Thu Aug 28 11:14:47 UTC 2014


    Date: Thursday, August 28, 2014 @ 13:14:47
  Author: pierre
Revision: 118012

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  xdebug/repos/community-staging-i686/
  xdebug/repos/community-staging-i686/PKGBUILD
    (from rev 118011, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-staging-i686/xdebug.ini
    (from rev 118011, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-staging-x86_64/
  xdebug/repos/community-staging-x86_64/PKGBUILD
    (from rev 118011, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-staging-x86_64/xdebug.ini
    (from rev 118011, xdebug/trunk/xdebug.ini)

-------------------------------------+
 community-staging-i686/PKGBUILD     |   41 ++++++++++++++++++++++++++++++++++
 community-staging-i686/xdebug.ini   |    5 ++++
 community-staging-x86_64/PKGBUILD   |   41 ++++++++++++++++++++++++++++++++++
 community-staging-x86_64/xdebug.ini |    5 ++++
 4 files changed, 92 insertions(+)

Copied: xdebug/repos/community-staging-i686/PKGBUILD (from rev 118011, xdebug/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-08-28 11:14:47 UTC (rev 118012)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: sracker <smb.sac at gmail.com>
+
+pkgname=xdebug
+pkgver=2.2.5
+pkgrel=2
+pkgdesc="PHP debugging extension"
+arch=('i686' 'x86_64')
+url="http://www.xdebug.org"
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+	xdebug.ini)
+md5sums=('7e571ce8eb6fa969fd8263969019849d'
+         '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  cd $srcdir/$pkgname-$pkgver/debugclient
+  make DESTDIR=$pkgdir install
+
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
+}

Copied: xdebug/repos/community-staging-i686/xdebug.ini (from rev 118011, xdebug/trunk/xdebug.ini)
===================================================================
--- community-staging-i686/xdebug.ini	                        (rev 0)
+++ community-staging-i686/xdebug.ini	2014-08-28 11:14:47 UTC (rev 118012)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-staging-x86_64/PKGBUILD (from rev 118011, xdebug/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-08-28 11:14:47 UTC (rev 118012)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: sracker <smb.sac at gmail.com>
+
+pkgname=xdebug
+pkgver=2.2.5
+pkgrel=2
+pkgdesc="PHP debugging extension"
+arch=('i686' 'x86_64')
+url="http://www.xdebug.org"
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
+	xdebug.ini)
+md5sums=('7e571ce8eb6fa969fd8263969019849d'
+         '6a1f2ef91c632d4c9b7b218cd2e278ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  local PHPVER=`php -r 'echo phpversion();'`
+
+  cd $srcdir/$pkgname-$pkgver/debugclient
+  make DESTDIR=$pkgdir install
+
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini
+}

Copied: xdebug/repos/community-staging-x86_64/xdebug.ini (from rev 118011, xdebug/trunk/xdebug.ini)
===================================================================
--- community-staging-x86_64/xdebug.ini	                        (rev 0)
+++ community-staging-x86_64/xdebug.ini	2014-08-28 11:14:47 UTC (rev 118012)
@@ -0,0 +1,5 @@
+;zend_extension=/usr/lib/php/modules/xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp




More information about the arch-commits mailing list