Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
43e71c 1 #
K 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.
6 #
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.
10 #
11
12 #
13 # Copyright 2023 Klaus Ziegler
14 #
15
16 BUILD_BITS= 64_and_32
17 USE_COMMON_TEST_MASTER= yes
18 USE_DEFAULT_TEST_TRANSFORMS= yes
19
20 include ../../../make-rules/shared-macros.mk
21
22 COMPONENT_NAME=         libdatrie
23 COMPONENT_VERSION_MAJOR=    0
24 COMPONENT_VERSION_MINOR=    2
25 COMPONENT_VERSION_MICRO=    13
26 COMPONENT_VERSION_DL=    $(COMPONENT_VERSION_MAJOR).$(COMPONENT_VERSION_MINOR)
27 COMPONENT_VERSION=      $(COMPONENT_VERSION_DL).$(COMPONENT_VERSION_MICRO)
28 COMPONENT_SUMMARY=      $(COMPONENT_NAME) - A double-array trie library
29 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
30 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
31 COMPONENT_ARCHIVE_HASH= sha256:12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be
32 COMPONENT_ARCHIVE_URL=  https://github.com/tlwg/$(COMPONENT_NAME)/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
33 COMPONENT_PROJECT_URL=  https://github.com/tlwg/libdatrie
34 COMPONENT_FMRI=         system/input-method/library/libdatrie
35 COMPONENT_CLASSIFICATION=System/Localizations
36 COMPONENT_LICENSE=      LGPLv2
37 COMPONENT_LICENSE_FILE= COPYING
38
39 include $(WS_MAKE_RULES)/common.mk
40
41 #COMPONENT_TEST_TRANSFORMER = $(NAWK)
42 #COMPONENT_TEST_TRANSFORMS = "'/^(PASS|^#)/'"
43
44 # For test suites to pass
45 unexport SHELLOPTS
46
47 # Auto-generated dependencies
48 REQUIRED_PACKAGES += system/library