2006-09-07 16:03:04 +00:00
|
|
|
# Description: D-Bus Python bindings
|
|
|
|
# URL: http://freedesktop.org/wiki/Software_2fdbus
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot nu
|
2006-10-12 17:26:42 +00:00
|
|
|
# Depends on: dbus-glib, pyrex, libxml2-python
|
2006-09-07 16:03:04 +00:00
|
|
|
|
|
|
|
name=dbus-python
|
|
|
|
version=0.71
|
|
|
|
release=1
|
|
|
|
source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
python setup.py install --root=$PKG --prefix=/usr
|
|
|
|
}
|