62f7b26f79
Its an ANSI C library that does allow communication with google calendar and contacts, useful if you need to support this in a C or C++ application. Currently, libgcal implements: - authentication - get all events/contacts - atom stream parsing - access to individual events/contacts - add/delete/edit using gcal objects - add/delete/edit using raw XML - query for updated events/contacts - use of http proxy - timezone - contact photo download/upload - google data protocol GCalendar 2.0 and Contacts 3.0 - can be used with a C++ application - google hosted accounts (i.e. joe@foobar.com)
17 lines
479 B
Makefile
17 lines
479 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/07/02 11:37:34 rodent Exp $
|
|
|
|
BUILDLINK_TREE+= libgcal
|
|
|
|
.if !defined(LIBGCAL_BUILDLINK3_MK)
|
|
LIBGCAL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libgcal+= libgcal>=0.9.6
|
|
BUILDLINK_PKGSRCDIR.libgcal?= ../../time/libgcal
|
|
|
|
.include "../../devel/check/buildlink3.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # LIBGCAL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libgcal
|