From: Michael Lauer Date: Mon, 20 Aug 2007 23:18:00 +0000 (+0000) Subject: add python-openmoko, Python Bindings to the OpenMoko Phone Platform Libraries X-Git-Tag: Release-2010-05/1~8864 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311a9a4d92d7f9eb6f721d1ec4c55aff247cdf2b;p=openembedded.git add python-openmoko, Python Bindings to the OpenMoko Phone Platform Libraries --- diff --git a/packages/python/python-openmoko_0.1.bb b/packages/python/python-openmoko_0.1.bb new file mode 100644 index 0000000000..343a79aa03 --- /dev/null +++ b/packages/python/python-openmoko_0.1.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Python Bindings for the OpenMoko Platform" +AUTHOR = "Holger 'Zecke' Freyther" +LICENSE = "LGPL" +DEPENDS = "python-pygtk libmokoui2 libmokojournal2 libmokogsmd2" +SECTION = "devel/python" + +SRC_URI = "svn://svn.projects.openmoko.org/svnroot/bindings;module=python;proto=http" +S = "${WORKDIR}/python" + +inherit autotools distutils-base + + +