2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2024 Marcel Telka
17 USE_DEFAULT_TEST_TRANSFORMS
= yes
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= libxmlb
22 COMPONENT_VERSION
= 0.3.21
23 COMPONENT_SUMMARY
= A library to help create and query binary XML blobs
24 COMPONENT_PROJECT_URL
= https
://github.com
/hughsie
/libxmlb
25 COMPONENT_FMRI
= library
/libxmlb
26 COMPONENT_CLASSIFICATION
= System
/Libraries
27 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
28 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
29 COMPONENT_ARCHIVE_URL
= https
://github.com
/hughsie
/libxmlb
/releases
/download
/$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
30 COMPONENT_ARCHIVE_HASH
= sha256
:642343c9b3eca5c234ef83d3d5f6307c78d024f2545f3cc2fa252c9e14e4efd1
31 COMPONENT_LICENSE
= LGPL-2.1
-only
32 COMPONENT_LICENSE_FILE
= LICENSE
34 include $(WS_MAKE_RULES
)/common.mk
36 # Testing expects GNU diff
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES
+= compress
/xz
41 REQUIRED_PACKAGES
+= compress
/zstd
42 REQUIRED_PACKAGES
+= library
/glib2
43 REQUIRED_PACKAGES
+= system
/library