Port of protobuf-c 1.3.1

Issue #118.
This commit is contained in:
Josef Söntgen
2018-09-25 22:19:50 +02:00
committed by Norman Feske
parent 6af2375ec9
commit 4d10959476
11 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1 @@
protobuf-c

View File

@@ -0,0 +1,17 @@
MIRROR_FROM_REP_DIR = lib/import/import-protobuf-c.mk lib/mk/protobuf-c.mk
content: $(MIRROR_FROM_REP_DIR) src/lib/protobuf-c/target.mk LICENSE
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/protobuf-c)
src/lib/protobuf-c/target.mk:
mkdir -p src/lib/protobuf-c/protobuf-c
cp -r $(PORT_DIR)/src/lib/protobuf-c/protobuf-c/*.c \
src/lib/protobuf-c/protobuf-c/
echo "LIBS := protobuf-c" > $@
LICENSE:
cp $(PORT_DIR)/src/lib/protobuf-c/LICENSE $@

View File

@@ -0,0 +1 @@
2018-09-26 6f7eb33e1013562ee36e9009390d35ac062bd83a

View File

@@ -0,0 +1,2 @@
base
libc