Files
genode-world/recipes/api/libflac/content.mk
Emery Hemingway 7950cf338a ChucK: update and package
- Update and package ChucK, remove input support
- Update and package Ogg, Vorbis, FLAC, and Libsndfile ports
- Remove ChucK runtime scenarios
- Add ChucK runtime package

Fix #104
2018-05-14 13:41:00 +02:00

13 lines
233 B
Makefile

content: include lib/symbols/libFLAC LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/flac)
include:
cp -r $(PORT_DIR)/$@ $@
lib/symbols/libFLAC:
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/src/lib/flac/COPYING.Xiph $@