From 311a9a4d92d7f9eb6f721d1ec4c55aff247cdf2b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 20 Aug 2007 23:18:00 +0000 Subject: add python-openmoko, Python Bindings to the OpenMoko Phone Platform Libraries --- packages/python/python-openmoko_0.1.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/python/python-openmoko_0.1.bb 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 + + + -- cgit v1.2.3