Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
b3a23b 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=         libthai
23 COMPONENT_VERSION_MAJOR=    0
24 COMPONENT_VERSION_MINOR=    1
25 COMPONENT_VERSION_MICRO=    29
26 COMPONENT_VERSION_DL=    $(COMPONENT_VERSION_MAJOR).$(COMPONENT_VERSION_MINOR)
27 COMPONENT_VERSION=      $(COMPONENT_VERSION_DL).$(COMPONENT_VERSION_MICRO)
28 COMPONENT_SUMMARY=      libthai - Thai language support library
29 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
30 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.xz
31 COMPONENT_ARCHIVE_HASH= sha256:fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd
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/libthai
34 COMPONENT_FMRI=         system/input-method/library/libthai
35 COMPONENT_CLASSIFICATION=System/Localizations
36 COMPONENT_LICENSE=      LGPLv2
37 COMPONENT_LICENSE_FILE= COPYING
38
39 include $(WS_MAKE_RULES)/common.mk
40
41 # For test suites to pass
42 unexport SHELLOPTS
43
44 # Auto-generated dependencies
45 REQUIRED_PACKAGES += system/input-method/library/libdatrie
46 REQUIRED_PACKAGES += system/library