# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="ClamCour is a Courier-MTA multithread filter that allows Courier to scan mail for viruses using Clam Antivirus package." HOMEPAGE="http://www.becrux.com/" SRC_URI="http://www.becrux.com/pages/projects/clamcour/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~ia64" IUSE="" DEPEND=">=mail-mta/courier-0.43 >=app-antivirus/clamav-0.70" RDEPEND="" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README TODO || die }