summaryrefslogtreecommitdiff
path: root/check/whitespace.pc
blob: e9d8488d35b4038c69605c78b85929785d5270c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
Cflags: -I${includedir} -Iinclude\ dir "-Iother include dir"