diff options
Diffstat (limited to 'meta-oem-extra-libs/recipes-support/libthai')
-rwxr-xr-x | meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb b/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb new file mode 100755 index 00000000..ce8dc17c --- /dev/null +++ b/meta-oem-extra-libs/recipes-support/libthai/libthai_0.1.20.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Thai language support routines" +LICENSE = "LGPL" +DEPENDS = "libdatrie" + +SRC_URI = "http://linux.thai.net/pub/thailinux/software/libthai/${PN}-${PV}.tar.xz" + +inherit autotools pkgconfig + +LICENSE = "LGPL-2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" + +SRC_URI[md5sum] = "2b58148d73361316121d5384efeda9e6" +SRC_URI[sha256sum] = "5a107f5a4dc5433ec6deb744435a4d8dc89daec0a189b9c76a90648fda0ef7ed" |