pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libthai</Name>
  6. <Homepage>https://linux.thai.net/projects/libthai/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL-2.1</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>LibThai is a set of Thai language support routines aimed to ease developers’ tasks to incorporate Thai language support in their applications.</Summary>
  15. <Description>It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports.</Description>
  16. <Archive sha1sum="068f6a0e17f34f9c22515eb63a5c4858b71453dd" type="tarxz">
  17. https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>doxygen</Dependency>
  21. <Dependency>trietool</Dependency>
  22. <Dependency>libdatrie-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>libthai</Name>
  27. <RuntimeDependencies>
  28. <Dependency>libdatrie</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="data">/usr/share/libthai/thbrk.tri</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libthai-devel</Name>
  37. <RuntimeDependencies>
  38. <Dependency release="current">libthai</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. <Path fileType="header">/usr/include</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>libthai-html-doc</Name>
  47. <RuntimeDependencies>
  48. <!-- <Dependency></Dependency> -->
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="data">/usr/share/doc</Path>
  52. <Path fileType="data">/usr/share/doc/libthai/html</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="1">
  57. <Date>2022-04-14</Date>
  58. <Version>0.1.29</Version>
  59. <Comment>First build</Comment>
  60. <Name>fury</Name>
  61. <Email>uglyside@yandex.ru</Email>
  62. </Update>
  63. </History>
  64. </PISI>