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

12 lines
317 B
Plaintext
Raw Normal View History

2014-02-27 12:41:37 +00:00
build: crossmusl
url="$mirror/tinyalsa.tar.gz"
2014-02-19 15:41:04 +00:00
cd src
2014-02-27 12:41:37 +00:00
wget -c $url
2014-02-19 15:41:04 +00:00
[ -d tinyalsa ] || tar xzf tinyalsa.tar.gz
2014-02-27 12:41:37 +00:00
cd tinyalsa
2014-02-19 16:18:52 +00:00
make clean 2>/dev/null
2014-02-27 12:41:37 +00:00
make CC=$CC LDFLAGS="-static" || 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"