committed by
Norman Feske
parent
1a29597d57
commit
6af2375ec9
13
recipes/api/libconfig/content.mk
Normal file
13
recipes/api/libconfig/content.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
content: include lib/symbols/libconfig LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libconfig)
|
||||
|
||||
include:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/include/libconfig.h $@
|
||||
|
||||
lib/symbols/libconfig:
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/libconfig/LICENSE $@
|
||||
1
recipes/api/libconfig/hash
Normal file
1
recipes/api/libconfig/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-09-26 7450395a720a78f6849f467e7b5a1ffe7cce830f
|
||||
1
recipes/src/libconfig/api
Normal file
1
recipes/src/libconfig/api
Normal file
@@ -0,0 +1 @@
|
||||
libconfig
|
||||
17
recipes/src/libconfig/content.mk
Normal file
17
recipes/src/libconfig/content.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
MIRROR_FROM_REP_DIR = lib/import/import-libconfig.mk lib/mk/libconfig.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) src/lib/libconfig/target.mk LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libconfig)
|
||||
|
||||
src/lib/libconfig/target.mk:
|
||||
mkdir -p src/lib/libconfig/lib
|
||||
cp -r $(PORT_DIR)/src/lib/libconfig/lib/*.c \
|
||||
$(PORT_DIR)/src/lib/libconfig/lib/*.h src/lib/libconfig/lib
|
||||
echo "LIBS := libconfig" > $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/libconfig/LICENSE $@
|
||||
1
recipes/src/libconfig/hash
Normal file
1
recipes/src/libconfig/hash
Normal file
@@ -0,0 +1 @@
|
||||
2018-09-26 07aa0fdfa20cd2813a949ad8101383647d22c183
|
||||
2
recipes/src/libconfig/used_apis
Normal file
2
recipes/src/libconfig/used_apis
Normal file
@@ -0,0 +1,2 @@
|
||||
base
|
||||
libc
|
||||
Reference in New Issue
Block a user