2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2022 erwinlem
16 USE_DEFAULT_TEST_TRANSFORMS
= yes
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= jsoncpp
20 COMPONENT_VERSION
= 1.9.5
22 COMPONENT_SUMMARY
= A C
++ library for interacting with JSON.
23 COMPONENT_PROJECT_URL
= https
://github.com
/open-source-parsers
/jsoncpp
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)/archive
/refs
/tags/$(COMPONENT_VERSION
).
tar.gz
27 COMPONENT_ARCHIVE_HASH
= sha256
:f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
28 COMPONENT_FMRI
= library
/${COMPONENT_NAME}
29 COMPONENT_CLASSIFICATION
=Development
/C
++
30 COMPONENT_LICENSE
= MIT
31 COMPONENT_LICENSE_FILE
= LICENSE
33 include $(WS_MAKE_RULES
)/common.mk
35 # Auto-generated dependencies
36 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
37 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
38 REQUIRED_PACKAGES
+= system
/library
39 REQUIRED_PACKAGES
+= system
/library
/math