pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>clamav-gui</Name>
  6. <Packager>
  7. <Name>Ali Cengiz Kurt</Name>
  8. <Email>alicengizkurt@gmail.com</Email>
  9. </Packager>
  10. <License>GPLv3+</License>
  11. <IsA>app:gui</IsA>
  12. <Summary>ClamAV-Gui.</Summary>
  13. <Description>ClamAV-Gui is a graphical interface for ClamAV antivirus software</Description>
  14. <License>GPL3</License>
  15. <Archive sha1sum="fcb6371f35160237805a4808968c52c30fd4e51e" type="targz">https://sourceforge.net/projects/pisilinux/files/source/ClamAV-GUI-0.4.2.tgz/download</Archive>
  16. <BuildDependencies>
  17. <Dependency>clamav-devel</Dependency>
  18. <Dependency>qt5-base-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">qt5.patch</Patch>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>clamav-gui</Name>
  26. <Icon>clamav-gui</Icon>
  27. <RuntimeDependencies>
  28. <Dependency>clamav</Dependency>
  29. <Dependency>qt5-base</Dependency>
  30. <Dependency>libgcc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="data">/usr/share/icons</Path>
  35. <Path fileType="data">/usr/share/applications</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. <Path fileType="manfile">/usr/share/man</Path>
  38. <Path fileType="pofile">/usr/share/clamav-gui</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="2">
  43. <Date>2021-01-31</Date>
  44. <Version>0.4.2</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2018-12-01</Date>
  51. <Version>0.4.1</Version>
  52. <Comment>First Release </Comment>
  53. <Name>Ali Cengiz Kurt(alick01)</Name>
  54. <Email>alicengizkurt@gmail.com</Email>
  55. </Update>
  56. </History>
  57. </PISI>