opt/dbus-python/Pkgfile
2016-03-08 22:06:09 +01:00

20 lines
538 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=1.2.4
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
}