mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-26 16:09:27 +00:00
15 lines
472 B
PkgConfig
15 lines
472 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
|
|
License.file: https://raw.githubusercontent.com/pkgconf/pkgconf/refs/heads/master/COPYING
|
|
Source: https://github.com/pkgconf/pkgconf
|
|
Version: @PACKAGE_VERSION@
|
|
CFlags: -I${includedir}/pkgconf
|
|
Libs: -L${libdir} -lpkgconf
|