1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>clamtk</Name>
- <Homepage>https://gitlab.com/dave_m/clamtk/-/wikis/home</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <License>Artistic</License>
- <IsA>app:gui</IsA>
- <PartOf>util.antivirus</PartOf>
- <Summary>ClamAV GUI.</Summary>
- <Description>ClamTk is a graphical front-end for ClamAV using Perl and Gtk libraries.</Description>
- <Archive sha1sum="856bd1c9b76cd77f0fc3f548904ecb61ea6ce2f7" type="tarxz">
- https://github.com/dave-theunsub/clamtk/releases/download/v6.14/clamtk-6.14.tar.xz
- </Archive>
- <BuildDependencies>
- <!-- <Dependency></Dependency> -->
- </BuildDependencies>
- <Patches>
- <Patch level='1'>guicheck_disable_by_default.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>clamtk</Name>
- <RuntimeDependencies>
- <!-- <Dependency></Dependency> -->
- <Dependency>clamav</Dependency>
- <Dependency>zenity</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>perl-Gtk3</Dependency>
- <Dependency>perl-JSON</Dependency>
- <Dependency>vixie-cron</Dependency>
- <Dependency>perl-libwww</Dependency>
- <Dependency>perl-Text-CSV</Dependency>
- <Dependency>perl-HTTP-Message</Dependency>
- <Dependency>perl-Locale-gettext</Dependency>
- <Dependency>perl-LWP-Protocol-https</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/lib/perl5/vendor_perl/5.32.0/ClamTk</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2022-11-15</Date>
- <Version>6.14</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|