blob: b83e86a488b63735af2175edc7f33c67e3eae5b3 [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)."
7LICENSE = "Artistic-1.0 | GPLv1+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b"
9
10SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https \
11 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"