2016-07-19 05:36:01 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PECL_NAME:=dio
|
|
|
|
PECL_LONGNAME:=Direct I/O functions
|
|
|
|
|
2025-01-23 13:58:55 +08:00
|
|
|
PKG_VERSION:=0.3.0
|
|
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_HASH:=632a8b5a26b8463b7114f361e48a19aaa016e8a453a9d04877a94d96b59dcc87
|
2016-07-19 05:36:01 +08:00
|
|
|
|
2021-12-09 15:06:06 +08:00
|
|
|
PKG_NAME:=php8-pecl-$(PECL_NAME)
|
2016-07-19 05:36:01 +08:00
|
|
|
PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
|
2024-02-21 00:38:25 +08:00
|
|
|
PKG_SOURCE_URL:=https://pecl.php.net/get/
|
2016-07-19 05:36:01 +08:00
|
|
|
|
2021-12-09 15:06:06 +08:00
|
|
|
PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php8/$(PECL_NAME)-$(PKG_VERSION)
|
2016-07-19 05:36:01 +08:00
|
|
|
PKG_BUILD_PARALLEL:=1
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
|
|
|
|
2019-09-09 03:30:31 +08:00
|
|
|
PKG_LICENSE:=PHP-3.01
|
|
|
|
PKG_LICENSE_FILES:=LICENSE
|
2016-07-19 05:36:01 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
include $(INCLUDE_DIR)/nls.mk
|
2021-12-09 15:06:06 +08:00
|
|
|
include ../php8/pecl.mk
|
2016-07-19 05:36:01 +08:00
|
|
|
|
2021-12-09 15:06:06 +08:00
|
|
|
$(eval $(call PHP8PECLPackage,$(PECL_NAME),$(PECL_LONGNAME)))
|
2016-07-19 05:36:01 +08:00
|
|
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|