# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion kde DESCRIPTION="The opensync kdepim plugin" HOMEPAGE="http://opensync.org/" LICENSE="GPL-2" MY_PN=${PN/plugin-/} ESVN_REPO_URI="http://svn.opensync.org/plugins/${MY_PN}" KEYWORDS="-* ~x86" IUSE="" SLOT="0" RDEPEND="=app-pda/opensync-9999 kde-base/kontact" need-kde 3.5 src_unpack() { subversion_src_unpack } src_compile() { einfo "Generating configure script, please stand by..." autoreconf -i 2>/dev/null kde_src_compile } src_install() { kde_src_install }