From bd0243a0cf64380e80aaa5ce3b1814aed156c69a Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Sat, 20 Oct 2018 21:16:35 +0300 Subject: community/php7-pecl-xdebug: renamed from php7-xdebug, modernize --- community/php7-xdebug/APKBUILD | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 community/php7-xdebug/APKBUILD (limited to 'community/php7-xdebug') diff --git a/community/php7-xdebug/APKBUILD b/community/php7-xdebug/APKBUILD deleted file mode 100644 index da7065261e..0000000000 --- a/community/php7-xdebug/APKBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Contributor: Andy Postnikov -# Contributor: Valery Kartel -# Contributor: Fabio Ribeiro -# Maintainer: Andy Postnikov -pkgname=php7-xdebug -_pkgname=xdebug -pkgver=2.6.1 -pkgrel=0 -_phpver=${pkgname#php} -_phpver=${_phpver%%-*} -pkgdesc="PHP$_phpver extension that provides functions for function traces and profiling" -url="https://pecl.php.net/package/xdebug" -arch="all" -license="PHP" -depends="php$_phpver-common" -makedepends="php$_phpver-dev autoconf" -source="$pkgname-$pkgver.tgz::https://pecl.php.net/get/$_pkgname-$pkgver.tgz" -options="!check" -builddir="$srcdir/$_pkgname-$pkgver" - -build() { - cd "$builddir" - - phpize$_phpver - ./configure --prefix=/usr --with-php-config=php-config$_phpver - make -} - -package() { - local confdir="$pkgdir/etc/php$_phpver/conf.d" - cd "$builddir" - - make INSTALL_ROOT="$pkgdir" install - - mkdir -p "$confdir" - cat > "$confdir"/$_pkgname.ini <<-EOF - ; Uncomment to enable this extension. - ;zend_extension=$_pkgname.so - EOF -} - -sha512sums="31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b php7-xdebug-2.6.1.tgz" -- cgit v1.2.3