@ -8,13 +8,13 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := rpcd
PKG_VERSION := 2013-09-02
PKG_VERSION := 2013-09-09
PKG_RELEASE = $( PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO := git
PKG_SOURCE_URL := git://nbd.name/luci2/rpcd.git
PKG_SOURCE_SUBDIR := $( PKG_NAME) -$( PKG_VERSION)
PKG_SOURCE_VERSION := 11f37e28898b12bf53d8df6272fa28c48d79a96b
PKG_SOURCE_VERSION := 22fbf13086653cba0c60d60ceb7baba2f33a034d
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) -$( PKG_SOURCE_VERSION) .tar.gz
PKG_MAINTAINER := Jo-Philipp Wich <jow@openwrt.org>
@ -26,6 +26,11 @@ PKG_BUILD_PARALLEL:=1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / c m a k e . m k
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/include
$( CP) $( PKG_BUILD_DIR) /include/rpcd $( 1) /usr/include/
e n d e f
d e f i n e P a c k a g e / r p c d / d e f a u l t
SECTION:= utils
CATEGORY:= Base system
@ -79,5 +84,4 @@ endef
$( eval $ ( call BuildPackage ,rpcd ) )
$( eval $ ( call BuildPlugin ,file ,,Provides ubus calls for file and directory operations .) )
$( eval $ ( call BuildPlugin ,luci 2,,Provides LuCI 2 specific backend calls .) )
$( eval $ ( call BuildPlugin ,iwinfo ,+libiwinfo ,Provides ubus calls for accessing iwinfo data .) )