pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libtommath</Name>
  6. <Homepage>https://www.libtom.net/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>AS IS</License>
  12. <Icon>libtommath</Icon>
  13. <IsA>library</IsA>
  14. <Summary>Highly optimized and portable routines for integer based number theoretic applications</Summary>
  15. <Description>LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.</Description>
  16. <Archive sha1sum="d8edd632f37449e5954f4291db59239dc0ecf5df" type="tarxz">https://github.com/libtom/libtommath/releases/download/v1.3.0/ltm-1.3.0.tar.xz</Archive>
  17. <Patches>
  18. <!-- <Patch></Patch> -->
  19. </Patches>
  20. <BuildDependencies>
  21. <Dependency>cmake</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>libtommath</Name>
  26. <Files>
  27. <Path fileType="library">/usr/lib/libtommath*</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>libtommath-devel</Name>
  32. <Summary>Development headers for libtommath</Summary>
  33. <Description>libtommath-devel provides development headers for libtommath.</Description>
  34. <RuntimeDependencies>
  35. <Dependency release="current">libtommath</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>libtommath-docs</Name>
  44. <IsA>data:doc</IsA>
  45. <Summary>Documentation files for libtommath</Summary>
  46. <Description>libtommath-docs provides documentation files for libtommath.</Description>
  47. <RuntimeDependencies>
  48. <Dependency release="current">libtommath</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="doc">/usr/share/doc</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="1">
  56. <Date>2024-04-28</Date>
  57. <Version>1.3.0</Version>
  58. <Comment>First release</Comment>
  59. <Name>Kamil Atlı</Name>
  60. <Email>suvari@pisilinux.org</Email>
  61. </Update>
  62. </History>
  63. </PISI>