19 lines
747 B
Plaintext
19 lines
747 B
Plaintext
# Template file for 'python-efl'
|
|
pkgname=python-efl
|
|
version=1.9.0
|
|
revision=2
|
|
build_style=python-module
|
|
hostmakedepends="pkg-config python-devel"
|
|
makedepends="efl-devel>=${version} elementary-devel>=${version} python-dbus-devel"
|
|
depends="python-dbus"
|
|
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
|
|
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"
|
|
checksum=f6d6fecca20df016acc79a12348ae0a0f6db82e6cceaf53c4b46d7ca72bb8f07
|