2016-12-14 07:30:41 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
includedir=@includedir@
|
|
|
|
libdir=@libdir@
|
|
|
|
|
|
|
|
Name: libpkgconf
|
|
|
|
Description: a library for accessing and manipulating development framework configuration
|
2022-08-12 11:59:11 +00:00
|
|
|
URL: https://gitea.treehouse.systems/ariadne/pkgconf
|
|
|
|
License: ISC
|
2016-12-14 07:30:41 +00:00
|
|
|
Version: @PACKAGE_VERSION@
|
|
|
|
CFlags: -I${includedir}/pkgconf
|
|
|
|
Libs: -L${libdir} -lpkgconf
|