php8/pecl8-pecl-*: use https URLs for PKG_SOURCE_URLs
[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.3.1
12 PKG_RELEASE:=1
13 PKG_HASH:=4eb4ee270bbcc5f14195c38f6ee58580e007cf4886ce32e11430318ab5bc2315
14
15 PKG_NAME:=php8-pecl-xdebug
16 PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
17 PKG_SOURCE_URL:=https://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)))