ebuild for ypd-3
[ypd.git] / ebuilds / ypd-3.ebuild
blob64d661f7e0bc15955e8de21bb9680642e64705dc
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
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"
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
14 DEPEND=""
15 RDEPEND=""
17 src_install() {
18 dobin src/ypd
19 dodir /etc/init.d/
20 newinitd "${FILESDIR}/ypd.rc" ypd
21 newconfd "${FILESDIR}/ypd.conf" ypd
22 dodoc README ChangeLog AUTHORS