void-packages/srcpkgs/python-efl/template
2019-01-31 20:22:52 -02:00

25 lines
747 B
Bash

# Template file for 'python-efl'
pkgname=python-efl
version=1.21.0
revision=2
build_style=python-module
hostmakedepends="pkg-config python-devel python3-devel"
makedepends="efl-devel python-dbus-devel"
depends="python-dbus"
pycompile_module="efl"
homepage="http://enlightenment.org"
short_desc="Python2 bindings for Enlightenment Foundation Libraries"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="LGPL-3"
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.xz"
checksum=87e04b345528c173e6bea124e48b742e88ae3207458470062300380bd166a223
python3-efl_package() {
depends="python3-dbus"
pycompile_module="efl"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}