diff --git a/util/antivirus/clamtk/actions.py b/util/antivirus/clamtk/actions.py new file mode 100644 index 0000000000..fe77bf9f76 --- /dev/null +++ b/util/antivirus/clamtk/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import shelltools, pisitools + +def install(): + for lib in shelltools.ls("lib/*"): + shelltools.chmod(lib, mode = 0644) + pisitools.insinto("/usr/lib/perl5/vendor_perl/5.32.0/ClamTk", lib) + + for mo in shelltools.ls("po/*.po"): + shelltools.chmod(lib, mode = 0644) + pisitools.domo(mo, shelltools.baseName(mo).replace(".po", ""), "clamtk.mo") + + pisitools.dobin("clamtk") + pisitools.insinto("/usr/share/applications", "clamtk.desktop") + pisitools.dopixmaps("images/*") + pisitools.doman("clamtk.1.gz") + + pisitools.insinto("/usr/share/appdata", "com.github.davetheunsub.clamtk.appdata.xml") diff --git a/util/antivirus/clamtk/pspec.xml b/util/antivirus/clamtk/pspec.xml new file mode 100644 index 0000000000..3561ddc36f --- /dev/null +++ b/util/antivirus/clamtk/pspec.xml @@ -0,0 +1,61 @@ + + + + + clamtk + https://gitlab.com/dave_m/clamtk/-/wikis/home + + fury + uglyside@yandex.ru + + GPL + Artistic + app:gui + util.antivirus + ClamAV GUI. + ClamTk is a graphical front-end for ClamAV using Perl and Gtk libraries. + + https://github.com/dave-theunsub/clamtk/releases/download/v6.14/clamtk-6.14.tar.xz + + + + + + + + + + + clamtk + + + clamav + zenity + python3 + perl-Gtk3 + perl-JSON + vixie-cron + perl-libwww + perl-Text-CSV + perl-HTTP-Message + perl-Locale-gettext + perl-LWP-Protocol-https + + + /usr/bin + /usr/lib/perl5/vendor_perl/5.32.0/ClamTk + /usr/share + /usr/share/locale + + + + + + 2022-11-15 + 6.14 + First build. + fury + uglyside@yandex.ru + + +