1311267Sdelphijprefix=@prefix@
2311267Sdelphijexec_prefix=@exec_prefix@
3311267Sdelphijlibdir=@libdir@
4311267Sdelphijsharedlibdir=@sharedlibdir@
5311267Sdelphijincludedir=@includedir@
6311267Sdelphij
7311267SdelphijName: zlib
8311267SdelphijDescription: zlib compression library
9311267SdelphijVersion: @VERSION@
10311267Sdelphij
11311267SdelphijRequires:
12311267SdelphijLibs: -L${libdir} -L${sharedlibdir} -lz
13311267SdelphijCflags: -I${includedir}
14