pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cvdupdate</Name>
  6. <Homepage>https://github.com/Cisco-Talos/cvdupdate</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2.0</License>
  12. <IsA>app</IsA>
  13. <PartOf>util.antivirus</PartOf>
  14. <Summary>ClamAV Private Database Mirror Updater Tool.</Summary>
  15. <Description>This tool downloads the latest ClamAV databases along with the latest database patch files.</Description>
  16. <Archive sha1sum="a5728247bc77a2967cade2c1af307cdc12723035" type="targz">
  17. https://files.pythonhosted.org/packages/source/c/cvdupdate/cvdupdate-1.1.1.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>python3-setuptools</Dependency>
  22. <Dependency>python3-importlib_metadata</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch level='1'></Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>cvdupdate</Name>
  30. <RuntimeDependencies>
  31. <Dependency>python3-click</Dependency>
  32. <Dependency>python3-certifi</Dependency>
  33. <Dependency>python3-colorama</Dependency>
  34. <Dependency>python3-requests</Dependency>
  35. <Dependency>python3-dnspython</Dependency>
  36. <Dependency>python3-coloredlogs</Dependency>
  37. <Dependency>python3-rangehttpserver</Dependency>
  38. <Dependency>python3-charset-normalizer</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="data">/usr/lib/python3*</Path>
  43. <Path fileType="data">/usr/share/doc</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="2">
  48. <Date>2023-11-04</Date>
  49. <Version>1.1.1</Version>
  50. <Comment>Rebuild.</Comment>
  51. <Name>fury</Name>
  52. <Email>uglyside@yandex.ru</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2022-11-15</Date>
  56. <Version>1.1.1</Version>
  57. <Comment>First build.</Comment>
  58. <Name>fury</Name>
  59. <Email>uglyside@yandex.ru</Email>
  60. </Update>
  61. </History>
  62. </PISI>