pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libdatrie</Name>
  6. <Homepage>https://linux.thai.net/~thep/datrie/datrie.html</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>An Implementation of Double-Array Trie.</Summary>
  15. <Description>This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe.</Description>
  16. <Archive sha1sum="ff3d30605fdc9a226e7acde8de3752125b3a8791" type="tarxz">
  17. https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>glibc-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>trietool</Name>
  25. <RuntimeDependencies>
  26. <Dependency release="current">libdatrie</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="manual">/usr/share/man/man1</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>libdatrie</Name>
  36. <RuntimeDependencies>
  37. <!-- <Dependency>libgcc</Dependency> -->
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="library">/usr/lib</Path>
  41. </Files>
  42. </Package>
  43. <Package>
  44. <Name>libdatrie-devel</Name>
  45. <RuntimeDependencies>
  46. <Dependency release="current">libdatrie</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. <Path fileType="header">/usr/include</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="1">
  55. <Date>2022-04-14</Date>
  56. <Version>0.2.13</Version>
  57. <Comment>First build.</Comment>
  58. <Name>fury</Name>
  59. <Email>uglyside@yandex.ru</Email>
  60. </Update>
  61. </History>
  62. </PISI>