summaryrefslogtreecommitdiff
blob: 62fe3051fe2bf59fe8098209b442b17b15aa59b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="split tcp requests of different type to different servers"
HOMEPAGE="http://ypd.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	dobin src/ypd || die "dobin failed"
	newinitd "${FILESDIR}/ypd.rc" ypd || die "newinitd failed"
	newconfd "${FILESDIR}/ypd.conf" ypd || die "newconfd failed"
	dodoc README ChangeLog AUTHORS || die "dodoc failed"
}