Makefile (822B)
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:=dio 9 PECL_LONGNAME:=Direct I/O functions 10 11 PKG_VERSION:=0.1.0 12 PKG_RELEASE:=1 13 PKG_HASH:=aab985e374604379d99c9c93207f2c2959ff141740d1a648c0fbd07e0e08a73e 14 15 PKG_NAME:=php7-pecl-$(PECL_NAME) 16 PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz 17 PKG_SOURCE_URL:=http://pecl.php.net/get/ 18 19 PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php7/$(PECL_NAME)-$(PKG_VERSION) 20 PKG_BUILD_PARALLEL:=1 21 22 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> 23 24 PKG_LICENSE:=PHPv3.01 25 PKG_LICENSE_FILES:= 26 27 PKG_FIXUP:=autoreconf 28 29 include $(INCLUDE_DIR)/package.mk 30 include $(INCLUDE_DIR)/nls.mk 31 include ../php7/pecl.mk 32 33 $(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME))) 34 $(eval $(call BuildPackage,$(PKG_NAME)))