summaryrefslogtreecommitdiff
path: root/community/xdebug
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-20 10:57:49 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-20 10:57:49 +0200
commit742bd5a396f7a4c474e8ffec0686fc7312603cb8 (patch)
tree4279eed1d5d5c40895c7dcf0025ee62ea81144c1 /community/xdebug
parenta51b3c4acfc8b2f659ad0dc6ac655b1381bef757 (diff)
parent1f9776d421ac40faa59f797893033e99e4f919eb (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gsynaptics/PKGBUILD community/xmms2/PKGBUILD extra/gpsd/PKGBUILD
Diffstat (limited to 'community/xdebug')
-rw-r--r--community/xdebug/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD
index adcc5d09c..c8811c389 100644
--- a/community/xdebug/PKGBUILD
+++ b/community/xdebug/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 74088 2012-07-20 08:07:10Z spupykin $
+# $Id: PKGBUILD 88528 2013-04-19 10:32:46Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
# Contributor: sracker <smb.sac@gmail.com>
pkgname=xdebug
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="PHP debugging extension"
arch=('i686' 'x86_64' 'mips64el')
@@ -17,7 +17,7 @@ backup=('etc/php/conf.d/xdebug.ini')
source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
xdebug-5.2.ini
xdebug.ini)
-md5sums=('5e5c467e920240c20f165687d7ac3709'
+md5sums=('5687bca6270b9668721090d780c7c966'
'6b7fdbbe0bf381bda40e77e29981f439'
'68de800943369d4c76bdf7eb35c8463b')
@@ -32,6 +32,10 @@ build() {
cd debugclient
./configure --prefix=/usr --build=$CHOST
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver/debugclient
make DESTDIR=$pkgdir install
cd $srcdir/$pkgname-$pkgver