---
 conf/checksums.ini                       |    4 ++++
 recipes/openmoko-3rdparty/rtmom_0.1.2.bb |   30 ++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)
 create mode 100644 recipes/openmoko-3rdparty/rtmom_0.1.2.bb

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 2eb330e..82f3f7b 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -24198,6 +24198,10 @@ 
sha256=91619748c4dba733c60eb8a40805c972f407b2463dc6de856ac40336d66bc16c
 md5=5b60500bc9605d2409b71124e48aa929
 sha256=59cc003bab753335b3ce14a908e663ea782514b3531dc7030379ff753ef1a78c
 
+[http://cloud.github.com/downloads/kichkasch/rtmom/rtmom-src-0.1.2.tar.gz]
+md5=37edb550216356565fea3f678627f9b5
+sha256=db3209643a76afce1238f154f794fbd0c25f1e5c4b418883417ce72a7d270c26
+
 [http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.0.tar.gz]
 md5=6216be7ce5e3ead9dc115eaeea863694
 sha256=597cefac4535d7f3b752253e5997b3c851c261b26b966a39beb032dcf1d5baa7
diff --git a/recipes/openmoko-3rdparty/rtmom_0.1.2.bb 
b/recipes/openmoko-3rdparty/rtmom_0.1.2.bb
new file mode 100644
index 0000000..151655e
--- /dev/null
+++ b/recipes/openmoko-3rdparty/rtmom_0.1.2.bb
@@ -0,0 +1,30 @@
+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"
+
+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/
+}
-- 
1.6.3.3

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to