diff --git a/programming/library/libthai/actions.py b/programming/library/libthai/actions.py new file mode 100644 index 0000000000..f85fff3e6a --- /dev/null +++ b/programming/library/libthai/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools, pisitools, get + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS") diff --git a/programming/library/libthai/pspec.xml b/programming/library/libthai/pspec.xml new file mode 100644 index 0000000000..5e99a74bae --- /dev/null +++ b/programming/library/libthai/pspec.xml @@ -0,0 +1,68 @@ + + + + + libthai + https://linux.thai.net/projects/libthai/ + + fury + uglyside@yandex.ru + + LGPL-2.1 + library + programming.library + LibThai is a set of Thai language support routines aimed to ease developers’ tasks to incorporate Thai language support in their applications. + It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. + + https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz + + + doxygen + trietool + libdatrie-devel + + + + + libthai + + libdatrie + + + /usr/lib + /usr/share/libthai/thbrk.tri + + + + + libthai-devel + + libthai + + + /usr/lib/pkgconfig + /usr/include + + + + + libthai-html-doc + + + + + /usr/share/doc + /usr/share/doc/libthai/html + + + + + + 2022-04-14 + 0.1.29 + First build. + fury + uglyside@yandex.ru + + +