# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Synchronize Windows CE devices with Linux. CE Connection Manager" HOMEPAGE="http://sourceforge.net/projects/synce/" SRC_URI="mirror://sourceforge/synce/${P/dccm/vdccm}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=app-pda/synce-libsynce-0.9.1" RDEPEND="${DEPEND}" S="${WORKDIR}/vdccm-${PV}" src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog NEWS README TODO }