mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
14 lines
263 B
Makefile
14 lines
263 B
Makefile
content: include lib/symbols/libarchive LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libarchive)
|
|
|
|
lib/symbols/libarchive:
|
|
$(mirror_from_rep_dir)
|
|
|
|
include:
|
|
cp -r $(PORT_DIR)/include/libarchive $@
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/libarchive/COPYING $@
|
|
|