Files
genode-world/recipes/api/libspng/content.mk
Josef Söntgen 8fd9c2c536 Add port of libspng-0.4.3
Fixes #148.
2019-03-05 18:34:42 +01:00

14 lines
265 B
Makefile

content: include/libspng lib/symbols/libspng LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libspng)
include/libspng:
mkdir -p $@
cp -r $(PORT_DIR)/$@/* $@
lib/symbols/libspng:
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/src/lib/libspng/LICENSE $@