2012-05-03 07:04:48 +00:00
|
|
|
prefix=/usr
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: foo
|
|
|
|
Description: A testing pkg-config file
|
|
|
|
Version: 1.2.3
|
2013-04-09 12:39:27 +00:00
|
|
|
Libs: -L${libdir} -lfoo
|
|
|
|
Cflags: -fPIC -I${includedir}/foo
|