rename pear packages with a common 'php-' prefix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8997 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
46
lang/php-pear-xmlrpc/Makefile
Normal file
46
lang/php-pear-xmlrpc/Makefile
Normal file
@ -0,0 +1,46 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=php-pear-xmlrpc
|
||||
PKG_VERSION:=1.5.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=XML_RPC-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE_URL:=http://download.pear.php.net/package
|
||||
PKG_MD5SUM:=1b516162ad65971b5fd04a7c279627ec
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/XML_RPC-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/php-pear-xmlrpc
|
||||
SUBMENU:=PHP
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
TITLE:=PEAR XML-RPC module
|
||||
URL:=http://pear.php.net/
|
||||
DEPENDS:=php-pear
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/php-pear-xmlrpc/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib/php/XML
|
||||
$(CP) $(PKG_BUILD_DIR)/Dump.php \
|
||||
$(PKG_BUILD_DIR)/RPC.php \
|
||||
$(PKG_BUILD_DIR)/Server.php \
|
||||
$(1)/usr/lib/php/XML/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,php-pear-xmlrpc))
|
Reference in New Issue
Block a user