1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-20 12:58:35 +00:00
morpheus/pkgs/mpg123/build

18 lines
302 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
v="1.18.0"
url="$mirror/mpg123-$v.tar.bz2"
2014-02-27 12:41:37 +00:00
build: tinyalsa
2014-02-28 21:19:02 +00:00
cd src/mpg123-$v
case "$arch" in
x86_64)
A=x86-64
;;
i486)
A=x86
;;
esac
2014-02-27 12:41:37 +00:00
CC=$CC ./configure --prefix="$root" --with-default-audio=tinyalsa \
--enable-static=yes --enable-shared=no --with-cpu="$A"
make -j$nprocs
make install