pkgconf/libpkgconf.pc.in
Tuukka Pasanen e77e36c15c libpkgconf.pc.in: Add License.file-tag
Add License.file-tag to libpkgconf.pc.in.
2025-11-01 15:21:32 -07:00

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