mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00

With commit 503bfd5c179b the CMake _IMPORT_PREFIX has been changed to relative paths. This breaks the paths reflected by the auto-generated pkgconfig file, as pkgconfig expects those paths to be absolute. Signed-off-by: Björn Esser <besser82@fedoraproject.org>
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
sharedlibdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: Minizip zip file manipulation library
|
|
Version: @VERSION@
|
|
|
|
Requires: zlib
|
|
Libs: -L${libdir} -L${sharedlibdir} -l@PROJECT_NAME@
|
|
Libs.private:@PC_PRIVATE_LIBS@
|
|
Cflags: -I${includedir}
|