jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / library / libxml++ / Makefile
blobc2dfc2c33b8f5164a96e90624d9ed0b678976512
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
5 # 1.0 of the CDDL.
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 2014 Alexander Pyhalov. All rights reserved.
14 # Copyright 2023 Andreas Wacknitz
17 BUILD_BITS= 64
18 BUILD_STYLE= meson
19 USE_DEFAULT_TEST_TRANSFORMS= yes
20 include ../../../make-rules/shared-macros.mk
22 COMPONENT_NAME= libxml++
23 COMPONENT_MJR_VERSION= 5.2
24 COMPONENT_VERSION= $(COMPONENT_MJR_VERSION).0
25 COMPONENT_SUMMARY= C++ interface to libxml2 and XML files
26 COMPONENT_PROJECT_URL= https://github.com/libxmlplusplus/libxmlplusplus
27 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
28 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
29 COMPONENT_ARCHIVE_HASH= sha256:e41b8eae55210511585ae638615f00db7f982c0edea94699865f582daf03b44f
30 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/releases/download/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
31 COMPONENT_FMRI= library/c++/libxml++
32 COMPONENT_CLASSIFICATION= Development/C++
33 COMPONENT_LICENSE= LGPLv2.1
34 COMPONENT_LICENSE_FILE= COPYING
36 include $(WS_MAKE_RULES)/common.mk
38 PATH= $(PATH.gnu)
40 COMPONENT_TEST_ENV += LANG=C
41 COMPONENT_TEST_ENV += LC_ALL=C
43 # Manually added build dependency
44 REQUIRED_PACKAGES += developer/build/pkg-config
45 REQUIRED_PACKAGES += developer/documentation-tool/doxygen
46 REQUIRED_PACKAGES += developer/macro/gnu-m4
47 REQUIRED_PACKAGES += image/graphviz
48 REQUIRED_PACKAGES += library/desktop/c++/mm-common
49 REQUIRED_PACKAGES += library/libxslt
51 # Auto-generated dependencies
52 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
53 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
54 REQUIRED_PACKAGES += library/libxml2
55 REQUIRED_PACKAGES += system/library