12 lines
312 B
PkgConfig
12 lines
312 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=${prefix}
|
||
|
includedir=@includedir@
|
||
|
libdir=@libdir@
|
||
|
|
||
|
Name: libpkgconf
|
||
|
Description: a library for accessing and manipulating development framework configuration
|
||
|
URL: http://github.com/pkgconf/pkgconf
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
CFlags: -I${includedir}/pkgconf
|
||
|
Libs: -L${libdir} -lpkgconf
|