diff options
Diffstat (limited to 'meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb')
-rw-r--r-- | meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb b/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb new file mode 100644 index 000000000..b83e86a48 --- /dev/null +++ b/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | SUMMARY = "Sombok - Unicode Text Segmentation Package." | ||
2 | DESCRIPTION = "Sombok library package performs Line Breaking Algorithm described in \ | ||
3 | Unicode Standard Annex #14 (UAX #14). East_Asian_Width informative \ | ||
4 | properties defined by Annex #11 (UAX #11) may be concerned to determin \ | ||
5 | breaking positions. This package also implements "default" Grapheme \ | ||
6 | Cluster segmentation described in Annex #29 (UAX #29)." | ||
7 | LICENSE = "Artistic-1.0 | GPLv1+" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b" | ||
9 | |||
10 | SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https \ | ||
11 | file://0001-configure.ac-fix-cross-compiling-issue.patch \ | ||
12 | " | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | # sombok-2.4.0 | ||
17 | SRCREV = "0098d85a037ef5c99a648a3669a077781a45e8cc" | ||
18 | |||
19 | S = "${WORKDIR}/git" | ||
20 | B = "${S}" | ||
21 | |||
22 | # Disable libthai support | ||
23 | EXTRA_OECONF = "--disable-libthai" | ||
24 | |||
25 | BBCLASSEXTEND = "native" | ||