This repository has been archived on 2025-05-29. You can view files and clone it, but cannot push or open issues/pull-requests.
|
prefix=/test
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: foo
|
|
Description: A testing pkg-config file
|
|
Version: 1.2.3
|
|
Libs: -L${libdir} -lfoo
|
|
Cflags: -fPIC -I${includedir}/foo
|