add python bindings to the Enlightenment Foundation Libraries
authorMichael Lauer <mickey@vanille-media.de>
Tue, 24 Jul 2007 01:09:19 +0000 (01:09 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 24 Jul 2007 01:09:19 +0000 (01:09 +0000)
packages/python/python-ecore_cvs.bb [new file with mode: 0644]
packages/python/python-edje_cvs.bb [new file with mode: 0644]
packages/python/python-efl.inc [new file with mode: 0644]
packages/python/python-evas_cvs.bb [new file with mode: 0644]

diff --git a/packages/python/python-ecore_cvs.bb b/packages/python/python-ecore_cvs.bb
new file mode 100644 (file)
index 0000000..e87b415
--- /dev/null
@@ -0,0 +1,3 @@
+require python-efl.inc
+
+DEPENDS += "ecore"
diff --git a/packages/python/python-edje_cvs.bb b/packages/python/python-edje_cvs.bb
new file mode 100644 (file)
index 0000000..a12622b
--- /dev/null
@@ -0,0 +1,4 @@
+require python-efl.inc
+
+DEPENDS += "edje"
+
diff --git a/packages/python/python-efl.inc b/packages/python/python-efl.inc
new file mode 100644 (file)
index 0000000..8eb6c7c
--- /dev/null
@@ -0,0 +1,9 @@
+DEPENDS = "python-pyrex-native python-numeric"
+
+inherit distutils
+
+SRC_URI = "${E_CVS};module=e17/proto/python-efl/${PN}"
+S = "${WORKDIR}/${PN}"
+
+FILES_${PN}-debug += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug"
+
diff --git a/packages/python/python-evas_cvs.bb b/packages/python/python-evas_cvs.bb
new file mode 100644 (file)
index 0000000..070fdda
--- /dev/null
@@ -0,0 +1,4 @@
+require python-efl.inc
+
+DEPENDS += "evas"
+