# Contributor: Natanael Copa pkgname=py-dbus pkgver=1.2.0 pkgrel=3 pkgdesc="Python bindings for DBUS" url="http://www.freedesktop.org/wiki/Software/DBusBindings" arch="all" license="GPL LGPL" depends="python3" depends_dev="py-dbus" makedepends="dbus-glib-dev python3-dev" subpackages="$pkgname-dev $pkgname-doc" source="http://dbus.freedesktop.org/releases/dbus-python/dbus-python-$pkgver.tar.gz" builddir="$srcdir"/dbus-python-$pkgver prepare() { cd "$builddir" update_config_sub default_prepare } build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } check() { cd "$builddir" make test } package() { cd "$builddir" make DESTDIR="$pkgdir" install } md5sums="b09cd2d1a057cc432ce944de3fc06bf7 dbus-python-1.2.0.tar.gz" sha256sums="e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df dbus-python-1.2.0.tar.gz" sha512sums="013b23e08fa1ed43f53a756587fefbc9770f7c51e93510e555acbd77230b7200693419bba9a69680d790bbaf123f4a195afa38b3eee1143da950fee0b5130bce dbus-python-1.2.0.tar.gz"