~mmach/netext73/pkgconf

« back to all changes in this revision

Viewing changes to libpkgconf.pc.in

  • Committer: mmach
  • Date: 2024-02-21 19:22:23 UTC
  • Revision ID: netbit73@gmail.com-20240221192223-5l809fiqh21udwrd
1.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=${prefix}
 
3
includedir=@includedir@
 
4
libdir=@libdir@
 
5
 
 
6
Name: libpkgconf
 
7
Description: a library for accessing and manipulating development framework configuration
 
8
URL: http://github.com/pkgconf/pkgconf
 
9
Version: @PACKAGE_VERSION@
 
10
CFlags: -I${includedir}/pkgconf
 
11
Libs: -L${libdir} -lpkgconf