mirror of
https://github.com/madler/zlib
synced 2026-06-08 15:37:26 +00:00
249e7533cb
The pkg-config file has License variable that that sets the software license. This sets 'Zlib' as defined in SPDX to License.
15 lines
268 B
Plaintext
15 lines
268 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
sharedlibdir=@sharedlibdir@
|
|
includedir=@includedir@
|
|
|
|
Name: zlib
|
|
Description: zlib compression library
|
|
Version: @VERSION@
|
|
License: Zlib
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|