:: commit 25b89fcff4784cc99f942799782b716a376f558e

Nobuhiro Iwamatsu <iwamatsu@nigauri.org> — 2025-04-25 12:09

parents: 2d1d304a61

Add License variable to pkg-config file (#158)

The pkg-config file has License variable that allows you to set the
license for the software. This sets LGPL-3.0-or-later to License.

Ref: https://github.com/pkgconf/pkgconf/blob/master/man/pc.5#L116

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
diff --git a/bzip3.pc.in b/bzip3.pc.in
index e83eebd..5f8b118 100644
--- a/bzip3.pc.in
+++ b/bzip3.pc.in
@@ -7,5 +7,6 @@ includedir=@includedir@
 Name: @PACKAGE@
 Description: A better and stronger spiritual successor to BZip2
 Version: @PACKAGE_VERSION@
+License: LGPL-3.0-or-later
 Libs: -L${libdir} -lbzip3
 Cflags: -I${includedir}
tab: 248 wrap: offon