vp-build/srcpkgs/dbus-python/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

24 lines
696 B
Plaintext

# Template file for 'dbus-python'
pkgname=dbus-python
version=0.83.2
revision=1
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="D-Bus Python bindings"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=883729c98f40790021e3be0f7028ae863ee1c4a7b922a5578c1342592adfff64
long_desc="
This package provides Python bindings for D-BUS."
pycompile_module="dbus"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run dbus-libs
Add_dependency run dbus-glib
Add_dependency run python
Add_dependency build dbus-devel
Add_dependency build glib-devel
Add_dependency build dbus-glib-devel
Add_dependency build python-devel