Signed-off-by: Michael Heimpold <m...@heimpold.de>
---
 lang/php5-pecl-apc/Makefile |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/lang/php5-pecl-apc/Makefile b/lang/php5-pecl-apc/Makefile
new file mode 100644
index 0000000..fc2dac1
--- /dev/null
+++ b/lang/php5-pecl-apc/Makefile
@@ -0,0 +1,33 @@
+#
+# Copyright (C) 2012 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+include $(TOPDIR)/rules.mk
+
+PECL_NAME:=APC
+PECL_LONGNAME:=Alternative PHP Cache
+
+PKG_VERSION:=3.1.9
+PKG_RELEASE:=1
+PKG_MD5SUM:=a2cf7fbf6f3a87f190d897a53260ddaa
+
+PKG_NAME:=php5-pecl-apc
+PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
+PKG_SOURCE_URL:=http://pecl.php.net/get/
+
+PKG_BUILD_DIR:=$(BUILD_DIR)/$(PECL_NAME)-$(PKG_VERSION)
+PKG_BUILD_PARALLEL:=1
+
+include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
+include ../php5/pecl.mk
+
+CONFIGURE_ARGS+= \
+       --enable-apc=shared \
+       --disable-apc-mmap \
+
+$(eval $(call PECLPackage,apc,$(PECL_LONGNAME)))
+$(eval $(call BuildPackage,$(PKG_NAME)))
-- 
1.7.5.4

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to