18 lines
372 B
PkgConfig
18 lines
372 B
PkgConfig
V=%VER%
|
|
R=%REL%
|
|
|
|
prefix=/usr
|
|
INSTALL_BIN=${prefix}/bin
|
|
INSTALL_INC=${prefix}/include
|
|
INSTALL_LIB=${prefix}/lib
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/MAC
|
|
|
|
Name: MonkeysAudio library
|
|
Description: A fast and powerful lossless audio compressor and decompressor
|
|
Version: ${R}
|
|
Requires:
|
|
Libs: -L${libdir} -llibMAC
|
|
Cflags: -I${includedir}
|