pspec.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>libtommath</Name>
  6. <Homepage>http://math.libtomcrypt.org</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>public-domain</License>
  12. <IsA>library</IsA>
  13. <Summary>Highly optimized and portable routines for integer based number theoretic applications</Summary>
  14. <Description>libtommath provides highly optimized and portable routines for integer based number theoretic applications.</Description>
  15. <Archive sha1sum="f0a9bcf805b6eb2ba3606bcb70989517eef58635" type="tarxz">https://github.com/libtom/libtommath/releases/download/v1.2.0/ltm-1.2.0.tar.xz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libtommath</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc/libtommath/changes.txt</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libtommath-devel</Name>
  26. <Summary>Development headers for libtommath</Summary>
  27. <Description>libtommath-devel provides development headers for libtommath.</Description>
  28. <RuntimeDependencies>
  29. <Dependency release="current">libtommath</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="header">/usr/include</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libtommath-docs</Name>
  37. <IsA>data:doc</IsA>
  38. <Summary>Documentation files for libtommath</Summary>
  39. <Description>libtommath-docs provides documentation files for libtommath.</Description>
  40. <RuntimeDependencies>
  41. <Dependency release="current">libtommath</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="1">
  49. <Date>2019-10-25</Date>
  50. <Version>0.42.0</Version>
  51. <Comment>First release</Comment>
  52. <Name>Süleyman Poyraz</Name>
  53. <Email>zaryob.dev@gmail.com</Email>
  54. </Update>
  55. </History>
  56. </INARY>