2013-12-09 17:09:41 +00:00
|
|
|
# Template file for 'python-efl'
|
|
|
|
pkgname=python-efl
|
2014-01-29 08:06:02 +00:00
|
|
|
version=1.8.1
|
2013-12-09 17:09:41 +00:00
|
|
|
revision=1
|
|
|
|
build_style=python-module
|
2014-01-29 08:48:14 +00:00
|
|
|
hostmakedepends="pkg-config python-devel"
|
2013-12-09 17:09:41 +00:00
|
|
|
makedepends="efl-devel>=${version} elementary-devel>=${version} dbus-python-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="dbus-python"
|
|
|
|
pycompile_modules="evas efl edje emotion ecore elementary e_dbus"
|
|
|
|
for f in evas ecore edje elementary e_dbus; do
|
|
|
|
replaces+="python-${f}>=0 python-${f}-devel>=0 "
|
|
|
|
done
|
2013-12-09 17:09:41 +00:00
|
|
|
homepage="http://enlightenment.org"
|
|
|
|
short_desc="Python2 bindings for Enlightenment Foundation Libraries"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
|
|
|
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.gz"
|
2014-01-29 08:06:02 +00:00
|
|
|
checksum=90ea20d0a90448fd1dcd56210bf34cb9a78905852d83620617bf164f1cef5edc
|