123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libthai</Name>
- <Homepage>https://linux.thai.net/projects/libthai/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPL-2.1</License>
- <IsA>library</IsA>
- <PartOf>programming.library</PartOf>
- <Summary>LibThai is a set of Thai language support routines aimed to ease developers’ tasks to incorporate Thai language support in their applications.</Summary>
- <Description>It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports.</Description>
- <Archive sha1sum="068f6a0e17f34f9c22515eb63a5c4858b71453dd" type="tarxz">
- https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz
- </Archive>
- <BuildDependencies>
- <Dependency>doxygen</Dependency>
- <Dependency>trietool</Dependency>
- <Dependency>libdatrie-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libthai</Name>
- <RuntimeDependencies>
- <Dependency>libdatrie</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/libthai/thbrk.tri</Path>
- </Files>
- </Package>
- <Package>
- <Name>libthai-devel</Name>
- <RuntimeDependencies>
- <Dependency release="current">libthai</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <Package>
- <Name>libthai-html-doc</Name>
- <RuntimeDependencies>
- <!-- <Dependency></Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/doc/libthai/html</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-04-14</Date>
- <Version>0.1.29</Version>
- <Comment>First build</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|