blob: 3c2cb71d7e8119b164045b6f5a30b1b80b73f390 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}
|