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 (c) 2015-2021 Jim Klimov
14 # Copyright (c) 2023 Niklas Poslovski
18 USE_DEFAULT_TEST_TRANSFORMS
= yes
19 USE_PARALLEL_BUILD
= yes
21 include ..
/..
/..
/make-rules
/shared-macros.mk
23 COMPONENT_NAME
= ccache
24 COMPONENT_VERSION
= 4.10.2
25 COMPONENT_SUMMARY
= ccache
- cacher of GCC-compiled files to avoid doing the same job twice
26 COMPONENT_PROJECT_URL
= https
://ccache.dev
27 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
28 COMPONENT_ARCHIVE
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
).
tar.xz
29 COMPONENT_ARCHIVE_HASH
= sha256
:c0b85ddfc1a3e77b105ec9ada2d24aad617fa0b447c6a94d55890972810f0f5a
30 COMPONENT_ARCHIVE_URL
= https
://github.com
/ccache
/$(COMPONENT_NAME
)/releases
/download
/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
31 COMPONENT_FMRI
= developer
/ccache
32 COMPONENT_CLASSIFICATION
= Development
/C
33 COMPONENT_LICENSE
= GPLv3
, murmurhash
, papowell
/jhweiss
, PostgreSQL
, Python
, zlib
34 COMPONENT_LICENSE_FILE
= LICENSE.adoc
36 include $(WS_MAKE_RULES
)/common.mk
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
40 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
41 REQUIRED_PACKAGES
+= SUNWcs
42 REQUIRED_PACKAGES
+= compress
/zstd
43 REQUIRED_PACKAGES
+= database
/hiredis
44 REQUIRED_PACKAGES
+= developer
/fmt
45 REQUIRED_PACKAGES
+= library
/libxxhash
46 REQUIRED_PACKAGES
+= shell/ksh93
47 REQUIRED_PACKAGES
+= system
/library
48 REQUIRED_PACKAGES
+= system
/library
/math