1prefix=/test
2exec_prefix=${prefix}
3libdir=${prefix}/lib
4includedir=${prefix}/include
5
6Name: xor
7Description: A testing pkg-config file
8Version: 4.2.2
9Libs: -L${libdir} -lxor-chillout
10Cflags: -I${includedir}/xor
11Cflags.private: -DXOR_STATIC
12