diff --git a/python-efl/BUILD b/python-efl/BUILD new file mode 100644 index 0000000..4cba99c --- /dev/null +++ b/python-efl/BUILD @@ -0,0 +1,3 @@ +python setup.py build && +prepare_install && +python setup.py install diff --git a/python-efl/DEPENDS b/python-efl/DEPENDS new file mode 100644 index 0000000..12cf573 --- /dev/null +++ b/python-efl/DEPENDS @@ -0,0 +1,3 @@ +depends Python +depends efl +depends elementary diff --git a/python-efl/DETAILS b/python-efl/DETAILS new file mode 100644 index 0000000..0ad5f80 --- /dev/null +++ b/python-efl/DETAILS @@ -0,0 +1,13 @@ + MODULE=python-efl + VERSION=1.8.0 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://download.enlightenment.org/rel/bindings/python + SOURCE_VFY=sha1:a57075931e6d8a362002d465d5eaf0c2c2fdb929 + WEB_SITE=http://enlightenment.org/ + ENTERED=20140106 + UPDATED=20140106 + SHORT="Python bindings for EFL" + +cat <