opt/dbus-python/Pkgfile
2007-04-09 13:47:36 -05:00

19 lines
426 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, python
name=dbus-python
version=0.80.1
release=1
source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-html-docs
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}