From 61f84e17f9ed3abee30f6b6fdecb3466386293d9 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 24 Sep 2022 09:50:28 +0200 Subject: [PATCH] php8-pecl-xdebug: add package (refs 19424) Signed-off-by: Michael Heimpold --- lang/php8-pecl-xdebug/Makefile | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lang/php8-pecl-xdebug/Makefile diff --git a/lang/php8-pecl-xdebug/Makefile b/lang/php8-pecl-xdebug/Makefile new file mode 100644 index 0000000000..1a998f4d7d --- /dev/null +++ b/lang/php8-pecl-xdebug/Makefile @@ -0,0 +1,36 @@ +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +PECL_NAME:=xdebug +PECL_LONGNAME:=Xdebug extension + +PKG_VERSION:=3.1.5 +PKG_RELEASE:=1 +PKG_HASH:=55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79 + +PKG_NAME:=php8-pecl-xdebug +PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz +PKG_SOURCE_URL:=http://pecl.php.net/get/ + +PKG_MAINTAINER:=Michael Heimpold + +PKG_LICENSE:=Xdebug +PKG_LICENSE_FILES:=LICENSE + +PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php8/$(PECL_NAME)-$(PKG_VERSION) +PKG_BUILD_PARALLEL:=1 + +include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk +include ../php8/pecl.mk + +CONFIGURE_ARGS+= \ + --disable-xdebug-dev \ + --without-xdebug-compression + +$(eval $(call PHP8PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),,20,zend)) +$(eval $(call BuildPackage,$(PKG_NAME))) -- 2.30.2