15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
# Description: D-Bus Python bindings
|
|
# URL: http://freedesktop.org/wiki/Software_2fdbus
|
|
# Maintainer: Matt Housh, jaeger at crux dot nu
|
|
# Depends on: dbus-glib, pyrex, libxml2-python
|
|
|
|
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
|
|
}
|