# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="SynCE - odccm connection manager" HOMEPAGE="http://sourceforge.net/projects/synce/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=sys-apps/dbus-1.0.0 >=net-libs/gnet-2.0.0 !app-pda/synce-dccm !app-pda/synce-vdccm =app-pda/synce-libsynce-0.10.0" SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" S="${WORKDIR}/odccm-$PV" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/odccm-0.10.0-rndis-ng.patch } src_compile() { econf || die emake || die } src_install() { einstall || die # Install D-BUS handlers insinto /etc/dbus-1/system.d/ doins data/dbus/odccm.conf # Install startup scripts newinitd ${FILESDIR}/init.odccm odccm dodoc README NEWS }