From 213636d8b17ecd0977db942b7bf96c130e90efad Mon Sep 17 00:00:00 2001 From: Michael Pilgermann Date: Sat, 19 Dec 2009 17:49:18 +0000 Subject: PISI: Upgrade vom 0.4.9 to 0.4.10 Signed-off-by: Klaus Kurzmann --- recipes/openmoko-3rdparty/pisi_0.4.10.bb | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 recipes/openmoko-3rdparty/pisi_0.4.10.bb (limited to 'recipes/openmoko-3rdparty') diff --git a/recipes/openmoko-3rdparty/pisi_0.4.10.bb b/recipes/openmoko-3rdparty/pisi_0.4.10.bb new file mode 100644 index 0000000000..c9e61fbf3d --- /dev/null +++ b/recipes/openmoko-3rdparty/pisi_0.4.10.bb @@ -0,0 +1,33 @@ +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/ +} -- cgit v1.2.3