json-c: add 32 bit library, needed in order to be able to build fontconfig in 32...
[oi-userland.git] / components / library / libunibreak / Makefile
blob80ff21abe1cf8d426e870abe04fe5b463230e359
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.
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 2014 Alexander Pyhalov. All rights reserved.
14 # Copyright 2024 Andreas Wacknitz
17 BUILD_BITS= 32_and_64
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= libunibreak
21 COMPONENT_VERSION= 6.1
22 COMPONENT_SUMMARY= Implementation of the line and word breaking algorithm for Unicode
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= sha256:cc4de0099cf7ff05005ceabff4afed4c582a736abc38033e70fdac86335ce93f
26 COMPONENT_ARCHIVE_URL= https://github.com/adah1972/libunibreak/releases/download/libunibreak_6_1/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL= https://vimgadgets.sourceforge.net/libunibreak/
28 COMPONENT_FMRI= library/$(COMPONENT_NAME)
29 COMPONENT_CLASSIFICATION= System/Libraries
30 COMPONENT_LICENSE= zlib/libpng licence
31 COMPONENT_LICENSE_FILE= LICENCE
33 include $(WS_MAKE_RULES)/common.mk
35 CONFIGURE_OPTIONS += --enable-static=no
37 COMPONENT_TEST_TRANSFORMS += \
38 ' -e "s/[0-9, ]*s//" ' \
39 ' -n ' \
40 ' -e "/Passed/p" '
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES += system/library