void-packages/srcpkgs/python-efl/template

25 lines
797 B
Plaintext

# Template file for 'python-efl'
pkgname=python-efl
version=1.8.0
revision=1
build_style=python-module
hostmakedepends="pkg-config"
makedepends="efl-devel>=${version} elementary-devel>=${version} dbus-python-devel"
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=8f883c325e30ee3eb2fa38822fa353a22207441b385f4e167cf9c1cf855638f7
python-efl_package() {
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
pkg_install() {
vmove all
}
}