void-packages/srcpkgs/python-efl/template

27 lines
894 B
Bash
Raw Normal View History

2013-12-09 17:09:41 +00:00
# Template file for 'python-efl'
pkgname=python-efl
2015-02-10 08:52:19 +00:00
version=1.13.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"
makedepends="elementary-devel 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"
2015-02-10 08:52:19 +00:00
checksum=16b8234ee763fab27071e7d708accbdb0cd43eecdfdb08775853bf380e558f8d
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
}
}