mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-03 06:37:29 +03:00
add librpc, an externally build version of the uclibc rpc support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25496 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1c53c80400
commit
97b61dea6e
29
package/librpc/Makefile
Normal file
29
package/librpc/Makefile
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
|
PKG_NAME:=librpc
|
||||||
|
PKG_VERSION:=0.9.32-rc2
|
||||||
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
|
PKG_SOURCE_PROTO:=git
|
||||||
|
PKG_SOURCE_URL:=git://nbd.name/uclibc-rpc.git
|
||||||
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
PKG_SOURCE_VERSION:=49f63f433ddd1fb7ad1e450094b82aacaa3b0a7d
|
||||||
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
|
CMAKE_INSTALL:=1
|
||||||
|
|
||||||
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
|
|
||||||
|
define Package/librpc
|
||||||
|
SECTION:=libs
|
||||||
|
CATEGORY:=Libraries
|
||||||
|
TITLE:=uClibc RPC library
|
||||||
|
DEPENDS:=@USE_UCLIBC
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/librpc/install
|
||||||
|
$(INSTALL_DIR) $(1)/lib/
|
||||||
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/librpc.so $(1)/lib/
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call BuildPackage,librpc))
|
Loading…
x
Reference in New Issue
Block a user