You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
810 B

  1. #
  2. # This is free software, licensed under the GNU General Public License v2.
  3. # See /LICENSE for more information.
  4. #
  5. include $(TOPDIR)/rules.mk
  6. PECL_NAME:=dio
  7. PECL_LONGNAME:=Direct I/O functions
  8. PKG_VERSION:=0.2.0
  9. PKG_RELEASE:=1
  10. PKG_HASH:=062777e948dece374c2d7d9e92106c87d18c11128d2179b50dedb43175c4bd6e
  11. PKG_NAME:=php8-pecl-$(PECL_NAME)
  12. PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
  13. PKG_SOURCE_URL:=http://pecl.php.net/get/
  14. PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php8/$(PECL_NAME)-$(PKG_VERSION)
  15. PKG_BUILD_PARALLEL:=1
  16. PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
  17. PKG_LICENSE:=PHP-3.01
  18. PKG_LICENSE_FILES:=LICENSE
  19. include $(INCLUDE_DIR)/package.mk
  20. include $(INCLUDE_DIR)/nls.mk
  21. include ../php8/pecl.mk
  22. $(eval $(call PHP8PECLPackage,$(PECL_NAME),$(PECL_LONGNAME)))
  23. $(eval $(call BuildPackage,$(PKG_NAME)))