pspec.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>foma</Name>
  6. <Homepage>https://bitbucket.org/mhulden/foma/src</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <PartOf>programming.misc</PartOf>
  15. <Summary>finite-state compiler and C library.</Summary>
  16. <Description>Foma is a multi-purpose finite-state toolkit designed for applications ranging from natural language processing and research in automata theory.</Description>
  17. <Archive sha1sum="0d557b1d2a7c46a417618e77935cfdbf7dd4e7e6" type="targz">
  18. https://bitbucket.org/mhulden/foma/downloads/foma-0.9.18.tar.gz
  19. </Archive>
  20. <BuildDependencies>
  21. <Dependency>termcap</Dependency>
  22. <Dependency>readline-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch level='1'></Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>foma</Name>
  30. <RuntimeDependencies>
  31. <Dependency>zlib</Dependency>
  32. <Dependency>termcap</Dependency>
  33. <Dependency>readline</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="header">/usr/include</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="1">
  43. <Date>2022-12-02</Date>
  44. <Version>0.9.18</Version>
  45. <Comment>First build</Comment>
  46. <Name>fury</Name>
  47. <Email>uglyside@yandex.ru</Email>
  48. </Update>
  49. </History>
  50. </PISI>