Files
genode-world/recipes/api/protobuf/content.mk
Pirmin Duss e0f557c050 protobuf_grpc: google serializing and RPC library
protobuf : 3.9.3
grpc     : 1.24.0

This a new version of the port with a vastly reduced port size.

Issue #190
2019-11-26 14:11:04 +01:00

19 lines
415 B
Makefile

content: include/google lib/import/import-protobuf.mk lib/symbols/protobuf LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/protobuf_grpc)
include/google:
mkdir -p $@
cp -r $(PORT_DIR)/$@/* $@
lib/import/import-protobuf.mk:
mkdir -p $(dir $@)
cp -a $(REP_DIR)/$@ $@
lib/symbols/protobuf:
mkdir -p $(dir $@)
cp -a $(REP_DIR)/$@ $@
LICENSE:
cp $(PORT_DIR)/src/lib/grpc/third_party/protobuf/LICENSE $@