mail-filter/spf-engine: new version 2.9.2.
[gentoo.git] / mail-filter / postsrsd / postsrsd-1.4-r1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit cmake-utils user
7
8 DESCRIPTION="Postfix Sender Rewriting Scheme daemon"
9 SRC_URI="https://github.com/roehling/postsrsd/archive/${PV}.tar.gz -> ${P}.tar.gz"
10 HOMEPAGE="https://github.com/roehling/postsrsd"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND=""
18 RDEPEND=""
19
20 src_install() {
21         cmake-utils_src_install
22         newinitd "${FILESDIR}/postsrsd.init-r1" postsrsd
23         newconfd "${BUILD_DIR}/postsrsd.default" postsrsd
24 }