]> Pileus Git - ~andy/sunrise/blob - net-misc/ypd/ypd-3.ebuild
dev-db/sql2class: Adding ~amd64 keyword
[~andy/sunrise] / net-misc / ypd / ypd-3.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="split tcp requests of different type to different servers"
6 HOMEPAGE="http://ypd.berlios.de/"
7 SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 DEPEND=""
15 RDEPEND=""
16
17 src_install() {
18         dobin src/ypd || die "dobin failed"
19         newinitd "${FILESDIR}/ypd.rc" ypd || die "newinitd failed"
20         newconfd "${FILESDIR}/ypd.conf" ypd || die "newconfd failed"
21         dodoc README ChangeLog AUTHORS || die "dodoc failed"
22 }