5b6217b803
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
24 lines
747 B
Bash
24 lines
747 B
Bash
# Template file for 'python-efl'
|
|
pkgname=python-efl
|
|
version=1.22.0
|
|
revision=1
|
|
build_style=python-module
|
|
pycompile_module="efl"
|
|
hostmakedepends="pkg-config python-devel python3-devel"
|
|
makedepends="efl-devel python-dbus-devel"
|
|
depends="python-dbus"
|
|
short_desc="Python2 bindings for Enlightenment Foundation Libraries"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="LGPL-3"
|
|
homepage="http://enlightenment.org"
|
|
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.xz"
|
|
checksum=c368c0621ddcaf0badd4998101621421afee2109bf5c2bfaec4b6837d8301ee2
|
|
|
|
python3-efl_package() {
|
|
depends="python3-dbus"
|
|
pycompile_module="efl"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|