genode/repos/libports/recipes/api/qt5_network/content.mk
Christian Prochaska f347cb90f1 depot: qt5 recipes
Fixes #2792
2018-05-30 12:26:19 +02:00

24 lines
523 B
Makefile

MIRROR_FROM_REP_DIR := lib/import/import-qt5_network.mk \
lib/import/import-qt5.inc
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qt5)
MIRROR_FROM_PORT_DIR := include/QtNetwork \
lib/symbols/qt5_network
content: $(MIRROR_FROM_PORT_DIR)
$(MIRROR_FROM_PORT_DIR):
mkdir -p $(dir $@)
cp -r $(PORT_DIR)/$@ $(dir $@)
content: LICENSE
LICENSE:
cp $(PORT_DIR)/src/lib/qt5/qt5/LICENSE.LGPLv3 $@