pspec.xml 1.9 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>libvoikko</Name>
  6. <Homepage>https://voikko.puimula.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <License>LGPL-2.1</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <PartOf>office.spellcheck</PartOf>
  16. <Summary>A library of free natural language processing tools.</Summary>
  17. <Description>Libvoikko provides spell checking, hyphenation, grammar checking and morphological analysis for Finnish language.</Description>
  18. <Archive sha1sum="10ee94c3810069774b738d61b044b80e40bc7c9a" type="targz">
  19. https://www.puimula.org/voikko-sources/libvoikko/libvoikko-4.3.2.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>python3</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch level='1'></Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>libvoikko</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libgcc</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="manpages">/usr/share/man/man1</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libvoikko-devel</Name>
  41. <RuntimeDependencies>
  42. <Dependency release="current">libvoikko</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include/libvoikko</Path>
  46. <Path fileType="data">/usr/lib/pkgconfig/libvoikko.pc</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="2">
  51. <Date>2023-03-13</Date>
  52. <Version>4.3.2</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2022-12-02</Date>
  59. <Version>4.3.1</Version>
  60. <Comment>First build</Comment>
  61. <Name>fury</Name>
  62. <Email>uglyside@yandex.ru</Email>
  63. </Update>
  64. </History>
  65. </PISI>