pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>hspell</Name>
  6. <Homepage>http://hspell.ivrix.org.il/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>AGPL-3</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>office.spellcheck</PartOf>
  14. <Summary>A free Hebrew linguistic project.</Summary>
  15. <Description>A free Hebrew spell-checker and morphological analyzer.</Description>
  16. <Archive sha1sum="dc0bcc7847e3a2e87487c45f77436498b788c358" type="targz">
  17. http://hspell.ivrix.org.il/hspell-1.4.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. <Dependency>hunspell-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch level='1'>hspell-1.4-rh-perl.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>hspell</Name>
  30. <RuntimeDependencies>
  31. <Dependency>perl</Dependency>
  32. <Dependency>zlib</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin/hspell</Path>
  36. <Path fileType="executable">/usr/bin/hspell-i</Path>
  37. <Path fileType="executable">/usr/bin/multispell</Path>
  38. <Path fileType="header">/usr/include/hspell.h</Path>
  39. <Path fileType="header">/usr/include/linginfo.h</Path>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="library">/usr/lib/libhspell.a</Path>
  42. <Path fileType="manpages">/usr/share/man/man1</Path>
  43. <Path fileType="manpages">/usr/share/man/man3</Path>
  44. <Path fileType="data">/usr/share/hspell</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>hunspell-dict-he</Name>
  49. <PartOf>office.dictionary</PartOf>
  50. <RuntimeDependencies>
  51. <Dependency>perl</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="data">/usr/share/hunspell/he_IL.aff</Path>
  55. <Path fileType="data">/usr/share/hunspell/he_IL.dic</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="1">
  60. <Date>2022-12-02</Date>
  61. <Version>1.4</Version>
  62. <Comment>First build</Comment>
  63. <Name>fury</Name>
  64. <Email>uglyside@yandex.ru</Email>
  65. </Update>
  66. </History>
  67. </PISI>