prefix=@prefix@ | |
exec_prefix=@exec_prefix@ | |
bindir=@bindir@ | |
libdir=@libdir@ | |
includedir=@includedir@ | |
zipcmp=@bindir@/zipcmp | |
Name: libzip | |
Description: library for handling zip archives | |
Version: @VERSION@ | |
Libs: @PKG_CONFIG_RPATH@ -L${libdir} -lzip | |
Libs.private: @LIBS@ | |
Cflags: -I${includedir} | |