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

Pierre Schmitz pierre at archlinux.org
Tue Dec 29 07:43:26 UTC 2015


    Date: Tuesday, December 29, 2015 @ 08:43:26
  Author: pierre
Revision: 154897

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 154896, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-staging-i686/xdebug.ini
    (from rev 154896, xdebug/trunk/xdebug.ini)
  xdebug/repos/community-staging-x86_64/
  xdebug/repos/community-staging-x86_64/PKGBUILD
    (from rev 154896, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-staging-x86_64/xdebug.ini
    (from rev 154896, xdebug/trunk/xdebug.ini)

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

Copied: xdebug/repos/community-staging-i686/PKGBUILD (from rev 154896, xdebug/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-29 07:43:26 UTC (rev 154897)
@@ -0,0 +1,43 @@
+# $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.4.0RC4dev
+_commit=f6a28e6df492d1bd3343a4436855834564c6fc66
+pkgrel=2
+pkgdesc="PHP debugging extension"
+arch=('i686' 'x86_64')
+url="http://www.xdebug.org"
+license=('GPL')
+depends=('php')
+makedepends=('git')
+options=('!makeflags')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("git+https://github.com/xdebug/xdebug.git#commit=${_commit}"
+	'xdebug.ini')
+md5sums=('SKIP'
+         '0e601dfb867b248f28d6a647611e4400')
+
+build() {
+  cd $srcdir/$pkgname
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd $srcdir/$pkgname/debugclient
+  ./buildconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname/debugclient
+  make DESTDIR=$pkgdir install
+
+  cd $srcdir/$pkgname
+  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 154896, xdebug/trunk/xdebug.ini)
===================================================================
--- community-staging-i686/xdebug.ini	                        (rev 0)
+++ community-staging-i686/xdebug.ini	2015-12-29 07:43:26 UTC (rev 154897)
@@ -0,0 +1,5 @@
+;zend_extension=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 154896, xdebug/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-29 07:43:26 UTC (rev 154897)
@@ -0,0 +1,43 @@
+# $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.4.0RC4dev
+_commit=f6a28e6df492d1bd3343a4436855834564c6fc66
+pkgrel=2
+pkgdesc="PHP debugging extension"
+arch=('i686' 'x86_64')
+url="http://www.xdebug.org"
+license=('GPL')
+depends=('php')
+makedepends=('git')
+options=('!makeflags')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("git+https://github.com/xdebug/xdebug.git#commit=${_commit}"
+	'xdebug.ini')
+md5sums=('SKIP'
+         '0e601dfb867b248f28d6a647611e4400')
+
+build() {
+  cd $srcdir/$pkgname
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd $srcdir/$pkgname/debugclient
+  ./buildconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname/debugclient
+  make DESTDIR=$pkgdir install
+
+  cd $srcdir/$pkgname
+  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 154896, xdebug/trunk/xdebug.ini)
===================================================================
--- community-staging-x86_64/xdebug.ini	                        (rev 0)
+++ community-staging-x86_64/xdebug.ini	2015-12-29 07:43:26 UTC (rev 154897)
@@ -0,0 +1,5 @@
+;zend_extension=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