pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>toxcore-c</Name>
  6. <Homepage>https://tox.chat/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <IsA>app</IsA>
  13. <PartOf>network.chat</PartOf>
  14. <Summary>This is an experimental cryptographic network library.</Summary>
  15. <Description>Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication.</Description>
  16. <Archive sha1sum="30d45793394c6815a074c77b653058b8df1f81ff" type="zip">
  17. https://github.com/TokTok/c-toxcore/archive/0c05566e5857ea730d47a151626bec082267578a.zip
  18. </Archive>
  19. <Archive sha1sum="3a59ff65bbbb624248a3f273eef23f4f68167481" target="c-toxcore-0c05566e5857ea730d47a151626bec082267578a/third_party" type="zip">
  20. https://github.com/camgunz/cmp/archive/e836703291392aba9db92b46fb47929521fac71f.zip
  21. </Archive>
  22. <BuildDependencies>
  23. <Dependency>cmake</Dependency>
  24. <Dependency>libvpx-devel</Dependency>
  25. <Dependency>libopus-devel</Dependency>
  26. <Dependency>libsocket-devel</Dependency>
  27. <Dependency>libconfig-devel</Dependency>
  28. <Dependency>libsodium-devel</Dependency>
  29. <!-- <Dependency>msgpack-c-devel</Dependency> -->
  30. </BuildDependencies>
  31. </Source>
  32. <Package>
  33. <Name>toxcore-c</Name>
  34. <RuntimeDependencies>
  35. <Dependency>libvpx</Dependency>
  36. <Dependency>libopus</Dependency>
  37. <Dependency>libconfig</Dependency>
  38. <Dependency>libsodium</Dependency>
  39. <!-- <Dependency>msgpack-c</Dependency> -->
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="config">/etc/tox-bootstrapd.conf</Path>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="data">/usr/share/bash-completion/completions</Path>
  46. </Files>
  47. <Provides>
  48. <COMAR script="package.py">System.Package</COMAR>
  49. <COMAR script="service.py">System.Service</COMAR>
  50. </Provides>
  51. </Package>
  52. <Package>
  53. <Name>toxcore-c-devel</Name>
  54. <RuntimeDependencies>
  55. <Dependency release="current">toxcore-c</Dependency>
  56. <Dependency>libvpx-devel</Dependency>
  57. <Dependency>libopus-devel</Dependency>
  58. <Dependency>libsocket-devel</Dependency>
  59. <Dependency>libsodium-devel</Dependency>
  60. <!-- <Dependency>msgpack-c-devel</Dependency> -->
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="data">/usr/lib/pkgconfig</Path>
  64. <Path fileType="header">/usr/include/tox</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="4">
  69. <Date>2024-02-02</Date>
  70. <Version>0.2.18</Version>
  71. <Comment>Rebuild from git for newest toxic.</Comment>
  72. <Name>fury</Name>
  73. <Email>uglyside@yandex.ru</Email>
  74. </Update>
  75. <Update release="3">
  76. <Date>2023-03-06</Date>
  77. <Version>0.2.18</Version>
  78. <Comment>Rebuild from git for newest toxic.</Comment>
  79. <Name>fury</Name>
  80. <Email>uglyside@yandex.ru</Email>
  81. </Update>
  82. <Update release="2">
  83. <Date>2022-11-10</Date>
  84. <Version>0.2.18</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>fury</Name>
  87. <Email>uglyside@yandex.ru</Email>
  88. </Update>
  89. <Update release="1">
  90. <Date>2022-04-25</Date>
  91. <Version>0.2.17</Version>
  92. <Comment>First build.</Comment>
  93. <Name>fury</Name>
  94. <Email>uglyside@yandex.ru</Email>
  95. </Update>
  96. </History>
  97. </PISI>