php8-pecl-krb5: bump package release
[feed/packages.git] / lang / php8-pecl-krb5 / 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:=krb5
9 PECL_LONGNAME:=Bindings for the Kerberos library
10
11 PKG_VERSION:=1.1.4
12 PKG_RELEASE:=2
13 PKG_HASH:=8aba35bb9f2892be9092e8717d3e13604a817cdfb478dbc3855a226abc6c5979
14
15 PKG_NAME:=php8-pecl-krb5
16 PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
17 PKG_SOURCE_URL:=http://pecl.php.net/get/
18
19 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
20
21 PKG_LICENSE:=MIT
22 PKG_LICENSE_FILES:=LICENSE
23
24 PKG_BUILD_DEPENDS:=php8
25 PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php8/$(PECL_NAME)-$(PKG_VERSION)
26 PKG_BUILD_PARALLEL:=1
27
28 include $(INCLUDE_DIR)/package.mk
29 include $(INCLUDE_DIR)/nls.mk
30 include ../php8/pecl.mk
31
32 CONFIGURE_ARGS+= \
33 --with-krb5=shared,"$(STAGING_DIR)/usr" \
34 --with-krb5config=$(STAGING_DIR)/usr/bin/krb5-config
35
36 $(eval $(call PHP8PECLPackage,krb5,$(PECL_LONGNAME),+krb5-libs,30))
37 $(eval $(call BuildPackage,$(PKG_NAME)))