Files
Nobuhiro Iwamatsu 249e7533cb Specify the zlib license in pkg-config files.
The pkg-config file has License variable that that sets the software license.
This sets 'Zlib' as defined in SPDX to License.
2026-02-11 12:19:30 -08:00

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}