void-packages/srcpkgs/python-efl/template
2018-01-09 10:33:08 +01:00

24 lines
746 B
Bash

# Template file for 'python-efl'
pkgname=python-efl
version=1.20.0
revision=3
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.eu>"
license="LGPL-3"
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.xz"
checksum=70de0ee3fabe1e91da5aa0ca09dd908b62dbbeb5fce86ec194b8793967c30ea3
python3-efl_package() {
depends="python3-dbus"
pycompile_module="efl"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}