mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 15:48:08 +02:00
12 lines
255 B
PkgConfig
12 lines
255 B
PkgConfig
|
|
prefix=/inst
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
|
||
|
|
Name: Installed test package
|
||
|
|
Description: Test package for checking -uninstalled behavior
|
||
|
|
Version: 1.0.0
|
||
|
|
Requires:
|
||
|
|
Libs: -L${libdir} -linst
|
||
|
|
Cflags: -I${includedir}
|