Use pycompile_{dirs,module} in packages with python modules.

This commit is contained in:
Juan RP 2011-10-05 16:42:03 +02:00
parent 4f583a3d50
commit 639e94624f
61 changed files with 172 additions and 33 deletions

View file

@ -1,6 +1,7 @@
# 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"
@ -9,6 +10,8 @@ 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