aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php5-xdebug
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2016-08-17 19:24:49 +0300
committerJakub Jirutka <jakub@jirutka.cz>2016-08-19 13:18:00 +0200
commit88d34faa7723721a3cbe7901ec8253248d96dfdf (patch)
treee1d74737c039cd5bd0454f042d94810e5faf491a /testing/php5-xdebug
parent31225d654c679aa4dbaa519c3e9ec00b550bd0a5 (diff)
downloadaports-88d34faa7723721a3cbe7901ec8253248d96dfdf.tar.bz2
aports-88d34faa7723721a3cbe7901ec8253248d96dfdf.tar.xz
testing/php5-xdebug: moved to community
Diffstat (limited to 'testing/php5-xdebug')
-rw-r--r--testing/php5-xdebug/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/php5-xdebug/APKBUILD b/testing/php5-xdebug/APKBUILD
deleted file mode 100644
index e91443eb4f..0000000000
--- a/testing/php5-xdebug/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Valery Kartel <valery.kartel@gmail.com>
-# Maintainer: Valery Kartel <valery.kartel@gmail.com>
-pkgname=php5-xdebug
-_pkgreal=xdebug
-pkgver=2.4.0
-_pkgver=${pkgver/_rc/RC}
-pkgrel=0
-pkgdesc="PHP extension provides functions for function traces and profiling"
-url="http://pecl.php.net/package/$_pkgreal"
-arch="all"
-license="PHP"
-depends=
-pecldepends="php5-dev autoconf"
-makedepends="$pecldepends"
-install=""
-subpackages=""
-source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz"
-builddir="$srcdir"/$_pkgreal-$_pkgver
-
-build() {
- cd "$builddir"
- phpize || return 1
- ./configure --prefix=/usr || return 1
- make || return 1
-}
-
-package() {
- cd "$builddir"
- make INSTALL_ROOT="$pkgdir/" install || return 1
- install -d "$pkgdir"/etc/php5/conf.d || return 1
- echo "zend_extension=$_pkgreal.so" > "$pkgdir"/etc/php5/conf.d/$_pkgreal.ini
-}
-
-md5sums="f49fc01332468f8b753fb37115505fb5 xdebug-2.4.0.tgz"
-sha256sums="3c4dcb2709d1653534e7cfaa546307041afd298ac48a3670183a12cfdb5eee05 xdebug-2.4.0.tgz"
-sha512sums="3cc4b5d0cec8048543a9b34a61479303b15fe765d24507a2d24ac42f2f18c625cccc3c44b2e4dacb923f05dd429df8ca3a8909a9def9920d3f44514a31f7cf29 xdebug-2.4.0.tgz"