# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="SynCE - common library" HOMEPAGE="http://sourceforge.net/projects/synce/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-libs/check-0.8.3.1" SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" S="${WORKDIR}/libsynce-${PV}" src_compile() { econf --enable-desktop-integration || die emake || die } src_install() { einstall || die dodoc README }