pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>botan</Name>
  6. <Homepage>https://botan.randombit.net/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Icon>botan</Icon>
  14. <Summary>Cryptography Toolkit</Summary>
  15. <Description>Crypto library written in C++</Description>
  16. <Archive sha1sum="4f9383395360898d7a29ed2c1b42e81e52704aa4" type="tarxz">https://botan.randombit.net/releases/Botan-3.2.0.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>bzip2</Dependency>
  19. <Dependency>xz-devel</Dependency>
  20. <Dependency>zlib-devel</Dependency>
  21. <Dependency>boost-devel</Dependency>
  22. <Dependency>sqlite-devel</Dependency>
  23. <Dependency>python3-devel</Dependency>
  24. </BuildDependencies>
  25. <!--Patches>
  26. <Patch></Patch>
  27. </Patches-->
  28. </Source>
  29. <Package>
  30. <Name>botan</Name>
  31. <RuntimeDependencies>
  32. <Dependency>xz</Dependency>
  33. <Dependency>zlib</Dependency>
  34. <Dependency>bzip2</Dependency>
  35. <Dependency>boost</Dependency>
  36. <Dependency>libgcc</Dependency>
  37. <Dependency>sqlite</Dependency>
  38. <Dependency>python3</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="data">/usr/share/doc</Path>
  43. <Path fileType="library">/usr/lib/python2.7/site-packages</Path>
  44. <Path fileType="library">/usr/lib/python3*/site-packages</Path>
  45. <Path fileType="library">/usr/lib/libbotan*</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>botan-devel</Name>
  50. <Summary>Development files for botan</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">botan</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="header">/usr/include</Path>
  56. <Path fileType="library">/usr/lib/pkgconfig</Path>
  57. </Files>
  58. </Package>
  59. <History>
  60. <Update release="2">
  61. <Date>2023-11-01</Date>
  62. <Version>3.2.0</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="1">
  68. <Date>2022-07-29</Date>
  69. <Version>2.19.2</Version>
  70. <Comment>First release</Comment>
  71. <Name>Kamil Atlı</Name>
  72. <Email>suvari@pisilinux.org</Email>
  73. </Update>
  74. </History>
  75. </PISI>