[oe-commits] Michael Pilgermann : rtmom: elementary based gui for RTM (Remember the milk )

git version control git at git.openembedded.org
Thu Jan 21 06:49:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5a390f90eca8514aa7106e62acd79c18c4d10138
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a390f90eca8514aa7106e62acd79c18c4d10138

Author: Michael Pilgermann <kichkasch at gmx.de>
Date:   Wed Jan 13 20:02:09 2010 +0000

rtmom: elementary based gui for RTM (Remember the milk)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/checksums.ini                       |    4 +++
 recipes/openmoko-3rdparty/rtmom_0.1.3.bb |   31 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 8a43421..d1098b1 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -24262,6 +24262,10 @@ sha256=91619748c4dba733c60eb8a40805c972f407b2463dc6de856ac40336d66bc16c
 md5=5b60500bc9605d2409b71124e48aa929
 sha256=59cc003bab753335b3ce14a908e663ea782514b3531dc7030379ff753ef1a78c
 
+[http://cloud.github.com/downloads/kichkasch/rtmom/rtmom-src-0.1.3.tar.gz]
+md5=c4a1012fc0e00d2b64d8d794166bf893
+sha256=9227e503a90054dd643364272d48b3eae8dae3a9c6c4a42a2859395a8786398f
+
 [http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.0.tar.gz]
 md5=6216be7ce5e3ead9dc115eaeea863694
 sha256=597cefac4535d7f3b752253e5997b3c851c261b26b966a39beb032dcf1d5baa7
diff --git a/recipes/openmoko-3rdparty/rtmom_0.1.3.bb b/recipes/openmoko-3rdparty/rtmom_0.1.3.bb
new file mode 100644
index 0000000..10ab501
--- /dev/null
+++ b/recipes/openmoko-3rdparty/rtmom_0.1.3.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "Elementary based client for Remember the Milk written in Python. "
+AUTHOR = "Michael Pilgermann"
+PRIORITY = "optional"
+LICENSE = "GPL"
+HOMEPAGE = "http://freshmeat.net/projects/rtmom"
+SRCNAME = "rtmom"
+DEPENDS = "python python-elementary"
+RDEPENDS = "python-core pyrtm"
+RSUGGESTS_${PN} = "python-simplejson"
+
+PACKAGE_ARCH = "all"
+
+PR = "r0"
+
+SRC_URI = "http://cloud.github.com/downloads/kichkasch/rtmom/rtmom-src-${PV}.tar.gz"
+
+FILES_${PN} += "/opt/rtmom \
+                ${datadir}/pixmaps \
+                ${datadir}/applications \
+                ${datadir}/doc/rtmom"
+CONFFILES_${PN} += "/usr/share/doc/${PN}/rtmom.conf.example"
+
+do_compile() {
+	${STAGING_BINDIR_NATIVE}/python ${S}/setup.py build ${D}
+}
+
+do_install() {
+	${STAGING_BINDIR_NATIVE}/python ${S}/setup.py install ${D}
+	rm -rf ${D}/opt/rtmom/build/
+	rm -rf ${D}/opt/rtmom/patches/
+}





More information about the Openembedded-commits mailing list