1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-20 16:08:34 +00:00
morpheus/pkgs/tinyalsa

10 lines
237 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
url="$mirror/tinyalsa.tar.gz"
2014-02-27 12:41:37 +00:00
build: crossmusl
2014-02-28 21:19:02 +00:00
cd src/tinyalsa
2014-02-19 16:18:52 +00:00
make clean 2>/dev/null
make CC=$CC || return 1
2014-02-19 15:41:04 +00:00
cp tinycap tinymix tinypcminfo tinyplay "$root/bin"
cp libtinyalsa.a "$root/lib"
2014-02-19 15:45:15 +00:00
cp -r include/tinyalsa "$root/include"