mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-27 19:30:04 +01:00
12 lines
270 B
PkgConfig
12 lines
270 B
PkgConfig
|
|
prefix=${pc_top_builddir}
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include
|
||
|
|
|
||
|
|
Name: Uninstalled test package
|
||
|
|
Description: Test package for checking -uninstalled behavior
|
||
|
|
Version: 2.0.0
|
||
|
|
Requires:
|
||
|
|
Libs: -L${libdir} -linst
|
||
|
|
Cflags: -I${includedir}
|