void-packages/srcpkgs/python-efl/template

27 lines
906 B
Text
Raw Normal View History

2013-12-09 17:09:41 +00:00
# Template file for 'python-efl'
pkgname=python-efl
2014-09-15 18:19:48 +00:00
version=1.11.0
2014-09-09 23:00:10 +00:00
revision=1
2013-12-09 17:09:41 +00:00
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="pkg-config python-devel python3.4-devel"
2014-07-24 16:58:03 +00:00
makedepends="elementary-devel>=${version} python-dbus-devel"
depends="python-dbus"
2014-08-04 21:14:53 +00:00
pycompile_module="evas efl edje emotion ecore elementary e_dbus"
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="LGPL-3"
2013-12-09 17:09:41 +00:00
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.gz"
2014-09-15 18:19:48 +00:00
checksum=e147b5c8995afbae691b90385ec3b008f9675207c7aa3c3bb724c57d9bcf8ed5
python3.4-efl_package() {
depends="python3.4-dbus"
pycompile_version="3.4"
2014-08-04 21:14:53 +00:00
pycompile_module="evas efl edje emotion ecore elementary e_dbus"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}