mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
* Switch to cmake as per upstream. * Provide lame.pc so that cmake can use the system library over the included one. * Kill SSE optimizations on x86, build fails otherwise.
10 lines
224 B
PkgConfig
10 lines
224 B
PkgConfig
prefix=/usr
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: mp3lame
|
|
Description: encoder that converts audio to the MP3 file format
|
|
Version: 3.100
|
|
Requires:
|
|
Libs: -L${libdir} -lmp3lame
|
|
Cflags: -I${includedir}
|