diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 23:18:00 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 23:18:00 +0000 |
commit | 311a9a4d92d7f9eb6f721d1ec4c55aff247cdf2b (patch) | |
tree | 019f48cbc1dddbb5073a90dfa7a7284bf08e822e | |
parent | f9cbd10b72039298d71199ef27babe0dfeae5f11 (diff) |
add python-openmoko, Python Bindings to the OpenMoko Phone Platform Libraries
-rw-r--r-- | packages/python/python-openmoko_0.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 + + + |