Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37554872
en ru br
ALT Linux repos
S:6.16-alt1
5.0: 4.02-alt1
4.1: 3.06-alt1
4.0: 2.31-alt1
3.0: 2.03-alt0.1

Other repositories
Upstream:3.08

Group :: File tools
RPM: clamtk

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: clamtk
Version: 2.03
Release: alt0.1

Summary: Easy to use front-end for ClamAV

Packager: Vitaly Lipatov <lav at altlinux.ru>

License: Perl
Group: File tools
Url: http://clamtk.sourceforge.net/


Source: %name-%version.tar.bz2

BuildPreReq: menu-devel
Requires: clamav

# Automatically added by buildreq on Fri Jul 15 2005 (-bi)

BuildRequires: fontconfig freetype2 menu-devel perl-Date-Calc perl-Encode perl-File-Find-Rule perl-Glib perl-Gtk2 perl-Number-Compare perl-PerlIO perl-Text-Glob perl-URI perl-libwww

%description
ClamTk is a front-end, point and click gui for ClamAV on Linux systems.
It supports easy signature-updates.

%prep
%setup -q

%install
mkdir -p %buildroot%_datadir/applications
mkdir -p %buildroot%_datadir/pixmaps
install -D -m755 %name %buildroot%_bindir/%name

cat > %name.desktop << EOF
[Desktop Entry]
Name=ClamTk
Comment=Virus Scanner
Exec=%name
Icon=clam.xpm
Terminal=false
StartupNotify=false
Type=Application
Categories=Application;Utility;
EOF

cp %name.desktop %buildroot%_datadir/applications
cp clam.xpm %buildroot%_datadir/pixmaps

%__mkdir_p %buildroot%_menudir

freedesktop2menu.pl %name "Applications/%group" \
%buildroot%_datadir/applications/%name.desktop \
%buildroot%_menudir/%name

%post
%update_menus

%postun
%clean_menus

%files
%doc README clamtk.pl CHANGES LICENSE
%_bindir/%name
%_datadir/applications/%name.desktop
%_datadir/pixmaps/clam.xpm
%_menudir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin