void-packages/srcpkgs/python-e_dbus/template

30 lines
772 B
Plaintext

# Template file for 'python-e_dbus'
pkgname=python-e_dbus
version=1.7.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="e_dbus-devel>=${version} dbus-python-devel"
homepage="http://enlightenment.org"
short_desc="Python2 bindings for e_dbus"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
distfiles="http://download.enlightenment.org/releases/BINDINGS/python/${pkgname}-${version}.tar.bz2"
checksum=78e5ca334ee25185748660b4e612f984f4d3bced018f062278701429868f117b
python-e_dbus-devel_package() {
short_desc+=" - development files"
depends="dbus-python-devel e_dbus-devel"
pkg_install() {
vmove usr/lib/pkgconfig
}
}
python-e_dbus_package() {
depends="dbus-python"
pycompile_module="e_dbus"
pkg_install() {
vmove all
}
}