1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 01:11:22 +00:00
morpheus/pkgs/mpg123

15 lines
297 B
Plaintext

v="1.18.0"
url="$mirror/mpg123-$v.tar.bz2"
build: tinyalsa
cd src/mpg123-$v
if test "$arch" = "x86_64"; then
A=x86-64
else
A=x86
fi
CC=$CC ./configure --prefix="$root" --with-default-audio=tinyalsa \
--enable-static=yes --enable-shared=no --with-cpu="$A"
make -j$nprocs
make install