12 lines
329 B
PkgConfig
12 lines
329 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib
|
|
|
|
Name: libpkgconf
|
|
Description: a library for accessing and manipulating development framework configuration
|
|
URL: http://github.com/pkgconf/pkgconf
|
|
Version: 2.3.0
|
|
Libs: "-L${libdir}" -lpkgconf
|
|
Cflags: "-I${includedir}/pkgconf" -DPKGCONFIG_IS_NOT_STATIC
|
|
|