Files
genode-world/recipes/api/libmpg123/content.mk
Emery Hemingway 1b3cb0f0d6 Port of libmpg123 1.25.10
Real time MPEG 1.0/2.0/2.5 audio decoder for layers 1,2 and 3.

http://www.mpg123.de/

Ref #101
2018-04-10 17:32:28 +02:00

18 lines
355 B
Makefile

#
# libmpg123 has an API version number that this package
# should be pegged to, see MPG123_API_VERSION in mpg123.h
#
content: include lib/symbols/libmpg123 LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/mpg123)
include:
cp -r $(PORT_DIR)/$@ $@
lib/symbols/libmpg123:
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/src/lib/mpg123/COPYING $@