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

MY_PV="gcalcli-${PV}"

DESCRIPTION="Python client for accessing Google Calendar from the command line"
HOMEPAGE="http://code.google.com/p/gcalcli/"
SRC_URI="http://gcalcli.googlecode.com/files/${MY_PV}.tgz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND="dev-lang/python
		dev-python/elementtree
		dev-python/python-dateutil
		>=dev-python/gdata-1.0.8"

src_install() {
	tar -xvf ${MY_PV}.tgz -C ${S}
	into /usr
	dobin gcalcli
}