New package: python-efl-1.8.0.
This commit is contained in:
parent
5681d7a522
commit
22a2bef631
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'python-efl'
|
||||
pkgname=python-efl
|
||||
version=1.8.0
|
||||
revision=1
|
||||
build_style=python-module
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="efl-devel>=${version} elementary-devel>=${version} dbus-python-devel"
|
||||
homepage="http://enlightenment.org"
|
||||
short_desc="Python2 bindings for Enlightenment Foundation Libraries"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
distfiles="http://download.enlightenment.org/rel/bindings/python/${pkgname}-${version}.tar.gz"
|
||||
checksum=8f883c325e30ee3eb2fa38822fa353a22207441b385f4e167cf9c1cf855638f7
|
||||
|
||||
python-efl_package() {
|
||||
depends="dbus-python"
|
||||
pycompile_modules="evas efl edje emotion ecore elementary e_dbus"
|
||||
for f in evas ecore edje elementary e_dbus; do
|
||||
replaces+="${f}>=0 ${f}-devel>=0 "
|
||||
done
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue