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

inherit git

DESCRIPTION="split tcp requests of different type to different servers"
HOMEPAGE="http://ypd.berlios.de/"
SRC_URI=""
EGIT_REPO_URI="git://repo.or.cz/ypd.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=""
RDEPEND=""

src_install() {
	dobin src/ypd
	dodir /etc/init.d/
	newinitd "${FILESDIR}/ypd.rc" ypd
	newconfd "${FILESDIR}/ypd.conf" ypd
	dodoc README ChangeLog AUTHORS
}