[oe-commits] Martin Jansa : erminig: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:06:04 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: a24c1e613252bdd25b000c9452642b35799ef510
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a24c1e613252bdd25b000c9452642b35799ef510

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:25:53 2009 +0100

erminig: new recipe from SHR

---

 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 0000000..b061c32
--- /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}"
+
+





More information about the Openembedded-commits mailing list