1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 14:21:21 +00:00
morpheus/pkgs/tinyalsa
2014-03-01 01:45:56 +02:00

10 lines
225 B
Plaintext

url="$mirror/tinyalsa.tar.gz"
build: crossmusl
cd src/tinyalsa
make clean 2>/dev/null
make CC=$CC
cp tinycap tinymix tinypcminfo tinyplay "$root/bin"
cp libtinyalsa.a "$root/lib"
cp -r include/tinyalsa "$root/include"