123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>clamav-gui</Name>
- <Packager>
- <Name>Ali Cengiz Kurt</Name>
- <Email>alicengizkurt@gmail.com</Email>
- </Packager>
- <License>GPLv3+</License>
- <IsA>app:gui</IsA>
- <Summary>ClamAV-Gui.</Summary>
- <Description>ClamAV-Gui is a graphical interface for ClamAV antivirus software</Description>
- <License>GPL3</License>
- <Archive sha1sum="fcb6371f35160237805a4808968c52c30fd4e51e" type="targz">https://sourceforge.net/projects/pisilinux/files/source/ClamAV-GUI-0.4.2.tgz/download</Archive>
- <BuildDependencies>
- <Dependency>clamav-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">qt5.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>clamav-gui</Name>
- <Icon>clamav-gui</Icon>
- <RuntimeDependencies>
- <Dependency>clamav</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="manfile">/usr/share/man</Path>
- <Path fileType="pofile">/usr/share/clamav-gui</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2021-01-31</Date>
- <Version>0.4.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2018-12-01</Date>
- <Version>0.4.1</Version>
- <Comment>First Release </Comment>
- <Name>Ali Cengiz Kurt(alick01)</Name>
- <Email>alicengizkurt@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|