mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 08:50:09 +00:00
liports/recipes: api/ and src/python
This commit is contained in:
committed by
Christian Helmuth
parent
21efcf9e45
commit
0c60b312be
22
repos/libports/recipes/api/python/content.mk
Normal file
22
repos/libports/recipes/api/python/content.mk
Normal file
@ -0,0 +1,22 @@
|
||||
PORT_DIR := $(call port_dir,$(GENODE_DIR)/repos/libports/ports/python)
|
||||
|
||||
MIRROR_FROM_REP_DIR := \
|
||||
lib/import/import-python.mk \
|
||||
lib/symbols/python
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR)
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
content: LICENSE
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/python/LICENSE $@
|
||||
|
||||
content: include/python
|
||||
|
||||
include/python:
|
||||
mkdir -p $@
|
||||
cp -r $(REP_DIR)/$@/* $@/
|
||||
cp -r $(PORT_DIR)/include/* include/
|
1
repos/libports/recipes/api/python/hash
Normal file
1
repos/libports/recipes/api/python/hash
Normal file
@ -0,0 +1 @@
|
||||
2018-11-04-a 0ebe6dfd90f80bda4489499558e2248e2f05e1fb
|
Reference in New Issue
Block a user