summaryrefslogtreecommitdiff
path: root/libpkgconf.pc.in
blob: ca02a375524e7e68fe07f5c25524b5e9a807b677 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
prefix=@prefix@
exec_prefix=${prefix}
includedir=@includedir@
libdir=@libdir@
datarootdir=@datarootdir@
datadir=@datadir@

Name: libpkgconf
Description: a library for accessing and manipulating development framework configuration
URL: https://github.com/pkgconf/pkgconf
License: ISC
License.file: ${datadir}/doc/pkgconf/COPYING
Source: https://github.com/pkgconf/pkgconf
Version: @PACKAGE_VERSION@
CFlags: -I${includedir}/pkgconf
Libs: -L${libdir} -lpkgconf