# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.8 2005/07/13 14:22:20 sekretarz Exp $ inherit eutils IUSE="" HOMEPAGE="http://ac2i.homelinux.com/dctc/#dchub" DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p 'direct connect'" SRC_URI="http://brainz.servebeer.com/dctc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc ppc64 x86 ~amd64" RDEPEND="virtual/libc =dev-libs/glib-2* sys-devel/libperl dev-libs/libxml2 dev-libs/libgcrypt sys-libs/zlib" DEPEND="${RDEPEND} dev-util/pkgconfig" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-amd64.patch } src_install() { make DESTDIR=${D} install || die "install problem" dodoc Documentation/* dodoc AUTHORS COPYING ChangeLog NEWS README TODO dodir /etc/{conf,init}.d /etc/dchub exeinto /etc/init.d newexe ${FILESDIR}/dchub.init.d dchub insinto /etc/conf.d newins ${FILESDIR}/dchub.conf.d dchub }