blob: aa5b598dea0bba381b7ed79e5439f03af6bdc4a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SRC_URI = "http://www.opensync.org/download/releases/${PV}/msynctool-${PV}.tar.bz2"
SUMMARY = "Calendar (and other PIM data) synchronization program"
DESCRIPTION = "msynctool is a program to synchronize calendars, \
addressbooks and other PIM data between programs on your computer and \
other computers, mobile devices, PDAs or cell phones. It uses the \
OpenSync plugins when synchronizing data."
LICENSE = "GPL"
DEPENDS = "libopensync glib-2.0"
HOMEPAGE = "http://www.opensync.org/"
inherit cmake pkgconfig
|