Files
genode-world/recipes/api/libvorbis/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
242 B
Makefile

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