mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
b8def5a3c2
commit
f58717205a
21
repos/libports/recipes/api/qoost/content.mk
Normal file
21
repos/libports/recipes/api/qoost/content.mk
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
MIRROR_FROM_REP_DIR := lib/import/import-qoost.mk
|
||||||
|
|
||||||
|
content: $(MIRROR_FROM_REP_DIR)
|
||||||
|
|
||||||
|
$(MIRROR_FROM_REP_DIR):
|
||||||
|
$(mirror_from_rep_dir)
|
||||||
|
|
||||||
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qoost)
|
||||||
|
|
||||||
|
MIRROR_FROM_PORT_DIR := include/qoost
|
||||||
|
|
||||||
|
content: $(MIRROR_FROM_PORT_DIR)
|
||||||
|
|
||||||
|
$(MIRROR_FROM_PORT_DIR):
|
||||||
|
mkdir -p $@
|
||||||
|
cp -r $(PORT_DIR)/$@ $(dir $@)
|
||||||
|
|
||||||
|
content: LICENSE
|
||||||
|
|
||||||
|
LICENSE:
|
||||||
|
cp $(PORT_DIR)/src/lib/qoost/LICENSE $@
|
1
repos/libports/recipes/api/qoost/hash
Normal file
1
repos/libports/recipes/api/qoost/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2018-04-16 4c8f8498ea05223d8a9241379b8002dec2a72839
|
Loading…
Reference in New Issue
Block a user