--- conf/checksums.ini | 4 ++++ recipes/openmoko-3rdparty/rtmom_0.1.1.bb | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 recipes/openmoko-3rdparty/rtmom_0.1.1.bb
diff --git a/conf/checksums.ini b/conf/checksums.ini index e5af46e..d12424b 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -24142,6 +24142,10 @@ sha256=91619748c4dba733c60eb8a40805c972f407b2463dc6de856ac40336d66bc16c md5=5b60500bc9605d2409b71124e48aa929 sha256=59cc003bab753335b3ce14a908e663ea782514b3531dc7030379ff753ef1a78c +[http://cloud.github.com/downloads/kichkasch/rtmom/rtmom-src-0.1.1.tar.gz] +md5=847dbee6af06a49a64077f00d6b6c57c +sha256=780ff46fe5a2870654fb640baaa01c6e5499f5d2e6a344df04c57ef4aad9ad09 + [http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.0.tar.gz] md5=6216be7ce5e3ead9dc115eaeea863694 sha256=597cefac4535d7f3b752253e5997b3c851c261b26b966a39beb032dcf1d5baa7 diff --git a/recipes/openmoko-3rdparty/rtmom_0.1.1.bb b/recipes/openmoko-3rdparty/rtmom_0.1.1.bb new file mode 100644 index 0000000..151655e --- /dev/null +++ b/recipes/openmoko-3rdparty/rtmom_0.1.1.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
