# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header$ S=${WORKDIR}/${P} DESCRIPTION="QtFprot is a frontend for FPROT 4.x, a free (for personal use) Linux virus-scanner" SRC_URI="http://www.coffeecrew.org/projects/qtfprot/qtfprot-0.2.1.tar.gz" HOMEPAGE="http://freshmeat.net/projects/qtfprot" IUSE="" DEPEND=">=kde-base/kde-3.1.0 >=net-mail/f-prot-4.3.0" RDEPEND="" SLOT="0" LICENSE="GPL" KEYWORDS="~x86" src_unpack() { unpack ${A} patch -p0 <${FILESDIR}/qtfprot-0.2.1-gentoo.diff || die } src_compile() { cd ${S} ./configure emake || die } src_install() { einstall || die }