# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DESCRIPTION="The File-Sync Plugin of OpenSync" SRC_URI="mirror://sourceforge/opensync/${P}.tar.gz" HOMEPAGE="http://www.opensync.org/" IUSE="" DEPEND=">=app-pda/libopensync-0.18 >=dev-libs/glib-2.6.5 >=dev-libs/libxml2-2.6.22 virtual/fam" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make install DESTDIR=${D} || die dodoc README AUTHORS }