2013-12-09 17:09:41 +00:00
|
|
|
# Template file for 'python-efl'
|
|
|
|
pkgname=python-efl
|
2014-11-25 09:17:36 +00:00
|
|
|
version=1.12.0
|
2014-09-09 23:00:10 +00:00
|
|
|
revision=1
|
2013-12-09 17:09:41 +00:00
|
|
|
build_style=python-module
|
2014-08-02 22:41:43 +00:00
|
|
|
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"
|
2014-06-20 09:44:44 +00:00
|
|
|
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>"
|
2014-08-02 22:41:43 +00:00
|
|
|
license="LGPL-3"
|
2013-12-09 17:09:41 +00:00
|
|
|
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.gz"
|
2014-11-25 09:17:36 +00:00
|
|
|
checksum=bb9f30bf437b8e9ad5a4ba405795c1f8f840a37c660a6d47a2829587b32dbb67
|
2014-08-02 22:41:43 +00:00
|
|
|
|
|
|
|
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"
|
2014-08-02 22:41:43 +00:00
|
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/python3.4
|
|
|
|
}
|
|
|
|
}
|