mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-29 02:44:26 +00:00
15 lines
320 B
PkgConfig
15 lines
320 B
PkgConfig
prefix=/test
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: foo
|
|
Description: A testing pkg-config file
|
|
Version: 1.2.3
|
|
Libs: -L${libdir} -lfoo
|
|
Cflags: -fPIC -I${includedir}/foo
|
|
Cflags.private: -DFOO_STATIC
|
|
License: ISC
|
|
Source: https://foo.bar/foo
|
|
License.file: https://foo.bar/foo/COPYING
|