# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A virus scanner for Linux/Unix systems with a simple and intuitive user interface." HOMEPAGE="http://jodrell.net/projects/aegis/" SRC_URI="http://jodrell.net/files/aegis-virus-scanner/aegis-virus-scanner-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-crypt/gnupg x11-libs/gtk+ >=dev-lang/perl-5.8.0 dev-perl/gtk2-perl dev-perl/gtk2-gladexml dev-perl/Archive-Zip dev-perl/Archive-Tar dev-perl/URI dev-perl/Locale-gettext dev-perl/gnome2-vfs-perl dev-perl/File-Scan" # PROVIDE="virtual/antivirus" # I have commented this line as I am unsure as to whether File::Scan is a suitable replacement for F-Prot or ClamAV src_compile() { epatch ${FILESDIR}/aegis-virus-scanner.desktop.patch || die "Failed at epatch" econf || die "Failed at econf" emake || die "Failed at emake" } src_install() { einstall || die "Failed at einstall" dodoc ChangeLog }