1prefix=${pc_sysrootdir}/test 2exec_prefix=${prefix} 3libdir=${prefix}/lib 4includedir=${prefix}/include 5 6Name: omg-sysroot 7Description: A testing pkg-config file 8Version: 1.2.3 9Libs: -L${libdir} -lomg 10Cflags: -fPIC -I${includedir}/omg 11