diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-04-09 00:16:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-04-09 00:16:51 +0000 |
commit | fc956806d146e622fee97e6501e752bdfb160a57 (patch) | |
tree | 8d40f615101c0f13028dab930404ee6baa045261 /packages/freesmartphone | |
parent | 785baaa2d0432f753010778a51b7914618af9989 (diff) |
add py-odeviced, a python implementation of the Open Device Daemon (http://www.freesmartphone.org)
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/py-odeviced_svn.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/freesmartphone/py-odeviced_svn.bb b/packages/freesmartphone/py-odeviced_svn.bb new file mode 100644 index 0000000000..cc4f18cdf6 --- /dev/null +++ b/packages/freesmartphone/py-odeviced_svn.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "The Open Device Daemon Prototype in Python" +HOMEPAGE = "http://www.freesmartphone.org" +AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" +SECTION = "console/network" +DEPENDS = "python" +LICENSE = "GPLv2" +PV = "0.0+svnr${SRCREV}" +PR = "r0" + +inherit distutils + +#inherit update-rc.d +#INITSCRIPT_NAME = "py-odeviced" +#INITSCRIPT_PARAMS = "defaults 20" + +SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=py-odeviced" +S = "${WORKDIR}/py-odeviced" + +RDEPENDS_${PN} += "\ + python-dbus \ + python-pygobject \ +" |