pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libtomcrypt</Name>
  6. <Homepage>https://www.libtom.net/</Homepage>
  7. <Packager>
  8. <Name>Aydın Demirel</Name>
  9. <Email>aydin.demirel@pisilinux.org</Email>
  10. </Packager>
  11. <License>custom:PublicDomain</License>
  12. <IsA>app:library</IsA>
  13. <Summary>A Cryptographic toolkit</Summary>
  14. <Description>LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. </Description>
  15. <Archive sha1sum="55bd8c2015f39bba73aca13b5e4e37f44a292b3f" type="tarxz">https://github.com/libtom/libtomcrypt/releases/download/v1.18.2/crypt-1.18.2.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gmp-devel</Dependency>
  18. <Dependency>libtommath-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libtomcrypt</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libtommath</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="library">/usr/lib/*</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libtomcrypt-devel</Name>
  33. <RuntimeDependencies>
  34. <Dependency release="current">libtomcrypt</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="header">/usr/include</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="2">
  42. <Date>2024-08-20</Date>
  43. <Version>1.18.2</Version>
  44. <Comment>Rebuild</Comment>
  45. <Name>Pisi Linux Community</Name>
  46. <Email>admin@pisilinux.org</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2024-06-02</Date>
  50. <Version>1.18.2</Version>
  51. <Comment>First release</Comment>
  52. <Name>Kamil Atlı</Name>
  53. <Email>suvari@pisilinux.org</Email>
  54. </Update>
  55. </History>
  56. </PISI>