# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Synchronize Windows CE devices with Linux. RAPI DLL emulation." HOMEPAGE="http://sourceforge.net/projects/synce/" SRC_URI="mirror://sourceforge/synce/${P/librapi2/librapi}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" DEPEND=">=dev-libs/check-0.8.2 >=app-pda/synce-libsynce-0.9.3" RDEPEND="${DEPEND}" S=${WORKDIR}/librapi-${PV} src_install() { emake install DESTDIR=${D} || die "emake install failed" dodoc README TODO }