# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Python-framework for Courier-MTA's courierfilter" HOMEPAGE="http://phantom.dragonsdawn.net/~gordon/courier-patches/courier-pythonfilter/" SRC_URI="http://phantom.dragonsdawn.net/~gordon/courier-patches/courier-pythonfilter/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" inherit distutils src_install() { distutils_src_install mkdir -p ${D}/var/state/pythonfilter chown daemon:daemon ${D}/var/state/pythonfilter dosym /usr/bin/pythonfilter /usr/lib/courier/filters/pythonfilter }