blob: 2a1234c57e438a73eba23d30d93daad2a4bae5f5 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Sombok - Unicode Text Segmentation Package."
2DESCRIPTION = "Sombok library package performs Line Breaking Algorithm described in \
3Unicode Standard Annex #14 (UAX #14). East_Asian_Width informative \
4properties defined by Annex #11 (UAX #11) may be concerned to determin \
5breaking positions. This package also implements "default" Grapheme \
6Cluster segmentation described in Annex #29 (UAX #29)."
Andrew Geissler9aee5002022-03-30 16:27:02 +00007LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b"
9
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https;branch=master \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011 file://0001-configure.ac-fix-cross-compiling-issue.patch \
12 "
13
14inherit autotools pkgconfig
15
16# sombok-2.4.0
17SRCREV = "0098d85a037ef5c99a648a3669a077781a45e8cc"
18
19S = "${WORKDIR}/git"
20B = "${S}"
21
22# Disable libthai support
23EXTRA_OECONF = "--disable-libthai"
24
25BBCLASSEXTEND = "native"