- 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
13 lines
242 B
Makefile
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 $@
|