source: s10k/CommonLibs/zlib-1.2.8/zlib.pc@ 1182

Last change on this file since 1182 was 1097, checked in by s10k, 7 years ago

added quazip / zlib pre-compiled for macos (if you want you can always compile them yourself with the source)

  • Property svn:eol-style set to native
File size: 258 bytes
Line 
1prefix=/usr/local
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4sharedlibdir=${libdir}
5includedir=${prefix}/include
6
7Name: zlib
8Description: zlib compression library
9Version: 1.2.8
10
11Requires:
12Libs: -L${libdir} -L${sharedlibdir} -lz
13Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.