diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:25:46 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-05-09 14:25:46 +0000 |
commit | 533d26c2d511a2540b78dd2d1ec6f7824f4dac4b (patch) | |
tree | 5af58d4cc0d3555298f5c565b16cc73a000ad1b4 /packages/python | |
parent | 3b823c3b7600248da841b0569dadb5b8a5432943 (diff) |
python-etk_git.bb : add new from OM mtn
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-etk_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-etk_git.bb b/packages/python/python-etk_git.bb new file mode 100644 index 0000000000..3c2cb71d7e --- /dev/null +++ b/packages/python/python-etk_git.bb @@ -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 +} |