mirror of
https://github.com/madler/zlib
synced 2026-08-14 18:32:07 -04:00
The pkg-config file has License variable that that sets the software license. This sets 'Zlib' as defined in SPDX to License.
14 lines
268 B
PkgConfig
14 lines
268 B
PkgConfig
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}
|