php8-pecl-xdebug: update to 3.2.0
[feed/packages.git] / lang / php8-pecl-xdebug / Makefile
1 #
2 # This is free software, licensed under the GNU General Public License v2.
3 # See /LICENSE for more information.
4 #
5
6 include $(TOPDIR)/rules.mk
7
8 PECL_NAME:=xdebug
9 PECL_LONGNAME:=Xdebug extension
10
11 PKG_VERSION:=3.2.0
12 PKG_RELEASE:=1
13 PKG_HASH:=7769b20eecdadf5fbe9f582512c10b394fb575b6f7a8c3a3a82db6883e0032b7
14
15 PKG_NAME:=php8-pecl-xdebug
16 PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
17 PKG_SOURCE_URL:=http://pecl.php.net/get/
18
19 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
20
21 PKG_LICENSE:=Xdebug
22 PKG_LICENSE_FILES:=LICENSE
23
24 PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php8/$(PECL_NAME)-$(PKG_VERSION)
25 PKG_BUILD_PARALLEL:=1
26
27 include $(INCLUDE_DIR)/package.mk
28 include $(INCLUDE_DIR)/nls.mk
29 include ../php8/pecl.mk
30
31 CONFIGURE_ARGS+= \
32 --disable-xdebug-dev \
33 --without-xdebug-compression
34
35 $(eval $(call PHP8PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),,20,zend))
36 $(eval $(call BuildPackage,$(PKG_NAME)))