opt/dbus-python/Pkgfile
2011-06-14 18:33:54 +02:00

20 lines
486 B
Plaintext

# Description: D-Bus Python bindings
# URL: http://freedesktop.org/wiki/Software/DBusBindings
# Packager: Matt Housh, jaeger at crux dot nu
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: dbus-glib, python
name=dbus-python
version=0.84.0
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
}