vim: update to 9.1.0984
[oi-userland.git] / components / library / uchardet / Makefile
blobeedb1e3e18ef0cfb8b0259e106be5189fcb5ff7c
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 2023 Andreas Wacknitz
16 BUILD_BITS= 64
17 BUILD_STYLE= cmake
18 USE_DEFAULT_TEST_TRANSFORMS= yes
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME= uchardet
22 COMPONENT_VERSION= 0.0.8
23 COMPONENT_REVISION= 1
24 COMPONENT_SUMMARY= uchardet is an encoding detector library
25 COMPONENT_DESCRIPTION= uchardet is an encoding detector library, which takes a sequence of bytes in an unknown character encoding \
26 without any additional information, and attempts to determine the encoding of the text. \
27 Returned encoding names are iconv-compatible.
28 COMPONENT_PROJECT_URL= https://www.freedesktop.org/wiki/Software/uchardet
29 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
30 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
31 COMPONENT_ARCHIVE_URL= https://www.freedesktop.org/software/uchardet/releases/$(COMPONENT_ARCHIVE)
32 COMPONENT_ARCHIVE_HASH= sha256:e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0
33 COMPONENT_FMRI= library/uchardet
34 COMPONENT_CLASSIFICATION= System/Libraries
35 COMPONENT_LICENSE= MPLv1.1
36 COMPONENT_LICENSE_FILE= COPYING
38 include $(WS_MAKE_RULES)/common.mk
40 PATH= $(PATH.gnu)
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
44 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
45 REQUIRED_PACKAGES += system/library