# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit cmake-utils

DESCRIPTION="Desktop Syncing Client"
HOMEPAGE="http://owncloud.org/sync-clients/"
SRC_URI="http://download.owncloud.com/download/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="net-misc/csync[log2callback,owncloud]
	x11-libs/qt-gui
	x11-libs/qt-test"
RDEPEND="${DEPEND}"

DOCS=( "ChangeLog" "README.md" )
PATCHES=( "${FILESDIR}/${PV}-fix-exclude.lst-path.patch" )

# test-target is available, but no tests
RESTRICT="test"

src_install() {
	cmake-utils_src_install
	mv "${D}"/{usr,}/etc
}