naiveproxy: move header files to dedicated folder
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
afacb9fc0b
commit
0d7d400803
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=naiveproxy
|
||||
PKG_VERSION:=105.0.5195.52-1
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_VERSION)?
|
||||
@ -135,13 +135,13 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
$(INSTALL_DIR) $(1)/usr/include/libcronet
|
||||
$(CP) \
|
||||
$(PKG_BUILD_DIR)/src/components/grpc_support/include/bidirectional_stream_c.h \
|
||||
$(PKG_BUILD_DIR)/src/components/cronet/native/generated/cronet.idl_c.h \
|
||||
$(PKG_BUILD_DIR)/src/components/cronet/native/include/cronet_c.h \
|
||||
$(PKG_BUILD_DIR)/src/components/cronet/native/include/cronet_export.h \
|
||||
$(1)/usr/include/
|
||||
$(1)/usr/include/libcronet/
|
||||
endef
|
||||
|
||||
define Package/naiveproxy/install
|
||||
|
Loading…
Reference in New Issue
Block a user