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
18 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= unicode-ucd
21 COMPONENT_VERSION
= 16.0.0
22 COMPONENT_SUMMARY
= Unicode Character Database data files
23 COMPONENT_PROJECT_URL
= https
://www.unicode.org
/ucd
/
24 COMPONENT_FMRI
= data
/unicode-ucd
25 COMPONENT_CLASSIFICATION
= System
/Text Tools
26 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
27 COMPONENT_ARCHIVE
= UCD.zip
28 COMPONENT_ARCHIVE_URL
= https
://www.unicode.org
/Public
/zipped
/$(HUMAN_VERSION
)/$(COMPONENT_ARCHIVE
)
29 COMPONENT_ARCHIVE_HASH
= sha256
:c86dd81f2b14a43b0cc064aa5f89aa7241386801e35c59c7984e579832634eb2
30 COMPONENT_LICENSE
= Unicode-3.0
32 BUILD_TARGET
= $(BUILD_DIR
)/.built
33 INSTALL_TARGET
= $(BUILD_DIR
)/.installed
34 TEST_TARGET
= $(NO_TESTS
)
36 include $(WS_MAKE_RULES
)/common.mk
38 CLEAN_PATHS
+= $(BUILD_DIR
)
39 CLEAN_PATHS
+= $(PROTO_DIR
)
41 UNPACK_ARGS
= --relocate-to
=$(COMPONENT_SRC
)/ucd
43 $(BUILD_DIR
)/.built
: $(SOURCE_DIR
)/.prep
47 $(BUILD_DIR
)/.installed
: $(BUILD_DIR
)/.built
48 $(MKDIR
) $(PROTOUSRSHAREDIR
)/unicode
49 $(CP
) -a
$(SOURCE_DIR
)/ucd
$(PROTOUSRSHAREDIR
)/unicode
52 # Auto-generated dependencies