pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>toxext</Name>
  6. <Homepage>https://github.com/toxext/toxext</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-3</License>
  12. <IsA>library</IsA>
  13. <PartOf>network.chat</PartOf>
  14. <Summary>An extension library for tox.</Summary>
  15. <Description>An extension library with negotiation allows more experimentation with less risk resulting in more features for tox clients.</Description>
  16. <Archive sha1sum="d094d74d91ec799a21c2aad274ef8d21beb69371" type="targz">
  17. https://github.com/toxext/toxext/archive/refs/tags/v0.0.3.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>toxcore-c-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>toxext</Name>
  26. <RuntimeDependencies>
  27. <Dependency>toxcore-c</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib/libtoxext.a</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>toxext-devel</Name>
  35. <RuntimeDependencies>
  36. <Dependency release="current">toxext</Dependency>
  37. <Dependency>toxcore-c-devel</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/cmake/ToxExt</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="2">
  46. <Date>2023-03-06</Date>
  47. <Version>0.0.3</Version>
  48. <Comment>Rebuild</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2022-04-19</Date>
  54. <Version>0.0.3</Version>
  55. <Comment>First build.</Comment>
  56. <Name>fury</Name>
  57. <Email>uglyside@yandex.ru</Email>
  58. </Update>
  59. </History>
  60. </PISI>