13 lines
339 B
PkgConfig
13 lines
339 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
Name: libpkgconf
|
|
Description: a library for accessing and manipulating development framework configuration
|
|
URL: https://gitea.treehouse.systems/ariadne/pkgconf
|
|
License: ISC
|
|
Version: @PACKAGE_VERSION@
|
|
CFlags: -I${includedir}/pkgconf
|
|
Libs: -L${libdir} -lpkgconf
|