mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 21:45:37 +00:00
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
15 lines
324 B
Makefile
15 lines
324 B
Makefile
content: src/lib/mupdf lib/mk/mupdf.mk lib/mk/mupdf_host_tools.mk LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/mupdf)
|
|
|
|
src/lib/mupdf:
|
|
mkdir -p $(dir $@)
|
|
cp -r $(PORT_DIR)/src/lib/mupdf $@
|
|
echo "LIBS = mupdf" > $@/target.mk
|
|
|
|
lib/mk/%.mk:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/mupdf/COPYING $@
|