Files
genode-world/recipes/api/sdl_ttf/content.mk
Emery Hemingway 97ff910325 Package sdl_ttf
2019-02-28 16:46:49 +01:00

16 lines
337 B
Makefile

MIRROR_FROM_REP_DIR := lib/symbols/sdl_ttf lib/import/import-sdl_ttf.mk
content: $(MIRROR_FROM_REP_DIR) include LICENSE
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/sdl_ttf)
include:
mkdir -p $@
cp -r $(PORT_DIR)/include/SDL $@/
LICENSE:
cp $(PORT_DIR)/src/lib/sdl_ttf/COPYING $@