# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DESCRIPTION="A synchronization framework that is platform and distribution independent." SRC_URI="mirror://sourceforge/opensync/${P}.tar.gz" HOMEPAGE="http://www.opensync.org/" IUSE="" DEPEND=">dev-db/sqlite-3" src_compile() { econf || die "Could not configure" emake || die "emake failed" } src_install() { dodir /usr/{bin,include,lib} einstall || die "Installation failed" dodoc README AUTHORS }