--- conf/checksums.ini | 4 +++ recipes/openmoko-3rdparty/pisi_0.4.10.bb | 33 ------------------------------ recipes/openmoko-3rdparty/pisi_0.5.bb | 33 ++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 33 deletions(-) delete mode 100644 recipes/openmoko-3rdparty/pisi_0.4.10.bb create mode 100644 recipes/openmoko-3rdparty/pisi_0.5.bb
diff --git a/conf/checksums.ini b/conf/checksums.ini index 7b1549f..77f0492 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -21858,6 +21858,10 @@ sha256=540a363188a51387e5296fdb3f7b885f9a0a116d106d578c14e738075e7edf42 md5=8d47a6a2926c635cb4eb633e3ee063ce sha256=fd4d89c138ef2d1a6f9458cb85363581a205d1c1b69578fe7e0f856668a7fe9a +[http://github.com/downloads/kichkasch/pisi/pisi-src-0.5.tar.gz] +md5=a1c241a56cb786025a79df92aef2dcd1 +sha256=b46f11a570904bf550558ba4a5cc99e42dd950f0aec88745752b994757392c18 + [http://xorg.freedesktop.org/releases/individual/lib/pixman-0.10.0.tar.bz2] md5=fb23e17a8a0308e8fad6dc153753ba9a sha256=2b841f49b245948b8739e55f1b663687d5b33eb2767833574f9a1f0904a1d1e4 diff --git a/recipes/openmoko-3rdparty/pisi_0.4.10.bb b/recipes/openmoko-3rdparty/pisi_0.4.10.bb deleted file mode 100644 index c9e61fb..0000000 --- a/recipes/openmoko-3rdparty/pisi_0.4.10.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "PISI is synchronizing information" -AUTHOR = "Michael Pilgermann" -PRIORITY = "optional" -LICENSE = "GPL" -HOMEPAGE = "http://projects.openmoko.org/projects/pisi/" -SRCNAME = "pisi" -DEPENDS = "python-native python" -RDEPENDS = "python-vobject python python-pygtk python-pygobject python-pycairo\ - python-gdata python-webdav python-ldap python-epydoc python-core\ - python-dateutil python-sqlite3 python-netserver python-netclient\ - python-misc" - -PACKAGE_ARCH = "all" - -PR = "r0" - -SRC_URI = "http://projects.openmoko.org/frs/download.php/937/pisi-src-${PV}.tar.gz" - -FILES_${PN} += "/opt/pisi \ - ${datadir}/pixmaps \ - ${datadir}/applications \ - /home" -CONFFILES_${PN} += "/home/root/.${PN}/conf.default" - -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/pisi/build/ - rm -rf ${D}/opt/pisi/patches/ -} diff --git a/recipes/openmoko-3rdparty/pisi_0.5.bb b/recipes/openmoko-3rdparty/pisi_0.5.bb new file mode 100644 index 0000000..b6fd864 --- /dev/null +++ b/recipes/openmoko-3rdparty/pisi_0.5.bb @@ -0,0 +1,33 @@ +DESCRIPTION = "PISI is synchronizing information" +AUTHOR = "Michael Pilgermann" +PRIORITY = "optional" +LICENSE = "GPL" +HOMEPAGE = "http://freshmeat.net/projects/pisiom" +SRCNAME = "pisi" +DEPENDS = "python-native python libsyncml2" +RDEPENDS = "python-vobject python python-pygtk python-pygobject python-pycairo\ + python-gdata python-webdav python-ldap python-epydoc python-core\ + python-dateutil python-sqlite3 python-netserver python-netclient\ + python-misc python-ctypes" + +PACKAGE_ARCH = "all" + +PR = "r0" + +SRC_URI = "http://github.com/downloads/kichkasch/pisi/pisi-src-${PV}.tar.gz" + +FILES_${PN} += "/opt/${PN} \ + ${datadir}/pixmaps \ + ${datadir}/applications \ + ${datadir}/doc/${PN}" +CONFFILES_${PN} += "/usr/share/doc/${PN}/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/pisi/build/ + rm -rf ${D}/opt/pisi/patches/ +} -- 1.6.3.3 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
