liports/recipes: api/ and src/python

This commit is contained in:
Martin Stein
2018-11-04 23:28:08 +01:00
committed by Christian Helmuth
parent 21efcf9e45
commit 0c60b312be
7 changed files with 903 additions and 0 deletions

View 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/

View File

@ -0,0 +1 @@
2018-11-04-a 0ebe6dfd90f80bda4489499558e2248e2f05e1fb