# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /cvsroot/sagator/pydspam/sagator-pydspam.ebuild.in,v 1.1 2007/04/08 20:32:34 ondrejj Exp $ inherit distutils DESCRIPTION="Sagator clamav python module." HOMEPAGE="http://www.salstar.sk/sagator/" SRC_URI="http://www.salstar.sk/pub/sagator/%s" DEPEND=">=dev-lang/python-2.2 >=dev-python/pyrex-0.9.4.1 mail-filter/dspam" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" src_install() { distutils_src_install }