1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 18:51:21 +00:00
morpheus/pkgs/tinyalsa

12 lines
299 B
Plaintext

build: crossmusl
url="$mirror/tinyalsa.tar.gz"
cd src
wget -c $url
[ -d tinyalsa ] || tar xzf tinyalsa.tar.gz
cd tinyalsa
make clean 2>/dev/null
make CC=$CC || return 1
cp tinycap tinymix tinypcminfo tinyplay "$root/bin"
cp libtinyalsa.a "$root/lib"
cp -r include/tinyalsa "$root/include"