You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
312 B
11 lines
312 B
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
|
|
|