pspec.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>clamtk</Name>
  6. <Homepage>https://gitlab.com/dave_m/clamtk/-/wikis/home</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <License>Artistic</License>
  13. <IsA>app:gui</IsA>
  14. <PartOf>util.antivirus</PartOf>
  15. <Summary>ClamAV GUI.</Summary>
  16. <Description>ClamTk is a graphical front-end for ClamAV using Perl and Gtk libraries.</Description>
  17. <Archive sha1sum="856bd1c9b76cd77f0fc3f548904ecb61ea6ce2f7" type="tarxz">
  18. https://github.com/dave-theunsub/clamtk/releases/download/v6.14/clamtk-6.14.tar.xz
  19. </Archive>
  20. <BuildDependencies>
  21. <!-- <Dependency></Dependency> -->
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level='1'>guicheck_disable_by_default.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>clamtk</Name>
  29. <RuntimeDependencies>
  30. <!-- <Dependency></Dependency> -->
  31. <Dependency>clamav</Dependency>
  32. <Dependency>zenity</Dependency>
  33. <Dependency>python3</Dependency>
  34. <Dependency>perl-Gtk3</Dependency>
  35. <Dependency>perl-JSON</Dependency>
  36. <Dependency>vixie-cron</Dependency>
  37. <Dependency>perl-libwww</Dependency>
  38. <Dependency>perl-Text-CSV</Dependency>
  39. <Dependency>perl-HTTP-Message</Dependency>
  40. <Dependency>perl-Locale-gettext</Dependency>
  41. <Dependency>perl-LWP-Protocol-https</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="data">/usr/lib/perl5/vendor_perl/5.32.0/ClamTk</Path>
  46. <Path fileType="data">/usr/share</Path>
  47. <Path fileType="localedata">/usr/share/locale</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="1">
  52. <Date>2022-11-15</Date>
  53. <Version>6.14</Version>
  54. <Comment>First build.</Comment>
  55. <Name>fury</Name>
  56. <Email>uglyside@yandex.ru</Email>
  57. </Update>
  58. </History>
  59. </PISI>