diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:25:53 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:43 +0100 |
commit | a24c1e613252bdd25b000c9452642b35799ef510 (patch) | |
tree | 47eb6c74e42f59bdf0bc55d2efe533429bb470db | |
parent | 8058014490f9e538d6205ffbaaf301453a74e5c9 (diff) |
erminig: new recipe from SHR
-rw-r--r-- | recipes/erminig/erminig_3.0.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/erminig/erminig_3.0.3.bb b/recipes/erminig/erminig_3.0.3.bb new file mode 100644 index 0000000000..b061c321b8 --- /dev/null +++ b/recipes/erminig/erminig_3.0.3.bb @@ -0,0 +1,20 @@ +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}" + + |