blob: d51b0ab631b25193ea74d3110d7a1e402445e944 [file] [log] [blame]
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
bindir=@bindir@
libdir=@libdir@
includedir=@includedir@
zipcmp=${bindir}/zipcmp
Name: libzip
Description: library for handling zip archives
Version: @PROJECT_VERSION@
Libs: @PKG_CONFIG_RPATH@ -L${libdir} -lzip
Libs.private: @LIBS@
Cflags: -I${includedir}