2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2017 Aurelien Larcher
13 # Copyright 2019 Michal Nowak
14 # Copyright 2023 Andreas Wacknitz
18 USE_DEFAULT_TEST_TRANSFORMS
= yes
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= libunistring
22 COMPONENT_VERSION
= 1.1
23 COMPONENT_SUMMARY
= libunistring
- library for manipulating Unicode strings
24 COMPONENT_PROJECT_URL
= https
://www.gnu.org
/software
/libunistring
/
25 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
26 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
27 COMPONENT_ARCHIVE_URL
= https
://ftp.gnu.org
/gnu
/libunistring
/$(COMPONENT_ARCHIVE
)
28 COMPONENT_ARCHIVE_HASH
= sha256
:827c1eb9cb6e7c738b171745dac0888aa58c5924df2e59239318383de0729b98
29 COMPONENT_FMRI
= library
/libunistring
30 COMPONENT_CLASSIFICATION
= System
/Libraries
31 COMPONENT_LICENSE
= GPLv3
, LGPLv3
33 include $(WS_MAKE_RULES
)/common.mk
35 CONFIGURE_OPTIONS
+= --disable-static
37 # Prevent test failures
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES
+= system
/library