# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Spey is a transparent greylisting SMTP proxy" HOMEPAGE="http://spey.sourceforge.net/" SRC_URI="http://jaist.dl.sourceforge.net/sourceforge/spey/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-db/sqlite-2.8.13 /var/lib/spey: DONE # * patch speyctl or rewrite it in bash src_unpack() { unpack ${A} cd ${S} epatch "${FILESDIR}/${P}-dbdir.patch" || die "epatch failed" } src_install() { dosbin scripts/speyctl dosbin bin/spey doman doc/spey.8 doman doc/speyctl.8 dodoc README COPYING }