python-etk_git.bb : add new from OM mtn
authorGraeme Gregory <dp@xora.org.uk>
Fri, 9 May 2008 14:25:46 +0000 (14:25 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Fri, 9 May 2008 14:25:46 +0000 (14:25 +0000)
packages/python/python-etk_git.bb [new file with mode: 0644]

diff --git a/packages/python/python-etk_git.bb b/packages/python/python-etk_git.bb
new file mode 100644 (file)
index 0000000..3c2cb71
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Python etk binding"
+require python-efl.inc 
+DEPENDS += "etk python-setuptools python-ecore python-cython python-edje" 
+RDEPENDS += "etk python-cython python-evas python-ecore python-edje python-numeric python-math etk-themes" 
+PR = "r0.01"  
+
+SRC_URI = "git://staff.get-e.org/users/cmarcelo/python-etk.git;protocol=git"
+
+S = "${WORKDIR}/git"
+
+do_stage() {         
+       distutils_stage_all 
+}