| Revision: | 1097 |
| Committed: | Sat Dec 30 15:39:05 2017 UTC (7 years, 10 months ago) by s10k |
| File size: | 258 byte(s) |
| Log Message: | added quazip / zlib pre-compiled for macos (if you want you can always compile them yourself with the source) |
| # | Content |
|---|---|
| 1 | prefix=/usr/local |
| 2 | exec_prefix=${prefix} |
| 3 | libdir=${exec_prefix}/lib |
| 4 | sharedlibdir=${libdir} |
| 5 | includedir=${prefix}/include |
| 6 | |
| 7 | Name: zlib |
| 8 | Description: zlib compression library |
| 9 | Version: 1.2.8 |
| 10 | |
| 11 | Requires: |
| 12 | Libs: -L${libdir} -L${sharedlibdir} -lz |
| 13 | Cflags: -I${includedir} |
| Name | Value |
|---|---|
| svn:eol-style | native |