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