mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-30 00:00:05 +01:00
11 lines
369 B
PkgConfig
11 lines
369 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir="${exec_prefix}/white space/lib"
|
|
includedir="${prefix}/white space/include"
|
|
|
|
Name: Whitespace test
|
|
Description: Dummy pkgconfig test package for testing pkgconfig
|
|
Version: 1.0.0
|
|
Requires:
|
|
Libs: -L${libdir} -lfoo\ bar "-lbar baz" -r:foo
|
|
Cflags: -I${includedir} -I$(top_builddir) -Iinclude\ dir "-Iother include dir" -Dlala=misc
|