DESCRIPTION = "The Open Device Daemon Prototype in Python" HOMEPAGE = "http://www.freesmartphone.org" AUTHOR = "Michael 'Mickey' Lauer " SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPLv2" PV = "0.7.9+svnr${SRCREV}" PR = "r0" inherit distutils update-rc.d INITSCRIPT_NAME = "odeviced" INITSCRIPT_PARAMS = "defaults 20" SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=py-odeviced \ file://odeviced \ file://odeviced.conf" S = "${WORKDIR}/py-odeviced" do_install_append() { install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/odeviced ${D}${sysconfdir}/init.d/ install -m 0644 ${WORKDIR}/odeviced.conf ${D}${sysconfdir} } RDEPENDS_${PN} += "\ python-dbus \ python-pygobject \ " FILES_${PN} += "${sysconfdir}"