mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-29 23:00:33 +00:00
12 lines
253 B
PkgConfig
12 lines
253 B
PkgConfig
prefix=/usr
|
|
exec_prefix=/usr
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
datarootdir=${prefix}/share
|
|
datadir=${datarootdir}
|
|
|
|
Name: libiniparser
|
|
Description: Iniparser library
|
|
Version: 4.1
|
|
Libs: -L${libdir} -liniparser
|
|
Cflags: -I${includedir}
|