# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="SRS (Sender Rewriting Scheme) wrapper for the courier MTA." HOMEPAGE="http://couriersrs.com/" SRC_URI="http://couriersrs.com/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-libs/popt mail-filter/libsrs2" RDEPEND="${DEPEND}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS NEWS ChangeLog || die "dodoc failed" rm -rf "${D}/usr/share/locale/" }