# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Common Library for Synce (connecting WinCE devices to Linux)" HOMEPAGE="http://sourceforge.net/projects/synce/" SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" # note: dbus support doesn't work DEPEND="" RDEPEND="" S="${WORKDIR}/libsynce-${PV}" src_install() { emake install DESTDIR=${D} || die "emake install failed" dodoc README TODO }