genode/repos/libports/recipes/api/openjpeg/content.mk
Emery Hemingway 0de751a1c9 Rename app/mupdf to app/pdf_view, create depot recipes
The name 'mupdf' is both the name of a library and a component, thus
preventing a depot recipes for both the shared library and component.

Fix #2582
2017-11-30 11:23:10 +01:00

14 lines
265 B
Makefile

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