# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Pyzor is a distributed, collaborative spam detection and filtering network" HOMEPAGE="http://pyzor.sourceforge.net/" SRC_URI="mirror://sourceforge/pyzor/${P}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="x86" DEPEND="virtual/python sys-libs/gdbm" RDEPEND=${DEPEND} S="${WORKDIR}/${P}" src_compile() { python setup.py build || die "build failed" } src_install () { python setup.py install --prefix=${D}/usr || die "install failed" chmod -R a+rX \ ${D}/usr/share/doc/pyzor \ ${D}/usr/lib/python2.2/site-packages/pyzor \ ${D}/usr/bin/pyzor \ ${D}/usr/bin/pyzord dodoc COPYING ChangeLog INSTALL MANIFEST NEWS PKG-INFO README \ THANKS UPGRADING }