aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/erminig/erminig_3.0.3.bb
blob: aa7777f20eae06f04751770a31b09837ab70d18c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Erminig is a python application that provides two-way synchronization between Google Calendar and GPE Calendar."
HOMEPAGE = "https://garage.maemo.org/projects/erminig/"
SECTION = "devel/python"
LICENSE = "GPL"
PV="3.0.3"
PR="r0"

SRC_URI = "https://garage.maemo.org/frs/download.php/4737/erminig_3.0.3-3.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"

inherit distutils

RDEPENDS_${PN} = "\
  python-pygtk \
  python-pysqlite2 \

"
FILES_${PN} = "${datadir}"



SRC_URI[md5sum] = "d710853b0559c9919c730e503c0f05e2"
SRC_URI[sha256sum] = "45490d585d62e2a36d202f7ca9b91883f257c24b51471894bf23b64e76ba89c9"