summaryrefslogtreecommitdiff
blob: c95acdd432e32ebe899bc9ada5243afa4f1eafab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

inherit kde4-base

MY_P="akonadi-${P}"

DESCRIPTION="Google contacts and calendar akonadi resource"
HOMEPAGE="http://code.google.com/p/libgcal"
SRC_URI="http://libgcal.googlecode.com/files/${MY_P}.tar.bz2"

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

DEPEND=">=kde-base/akonadi-${KDE_MINIMAL}[kdeprefix=]
		>=net-libs/libgcal-0.9.2
		dev-libs/boost
		dev-libs/libxslt"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"