# Platform Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # include global config source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=eggdbus pkgver=0.6 pkgrel=3 pkgdesc="Experimental D-Bus bindings for GObject" arch=(i686 x86_64) license=('LGPL') url="http://www.freedesktop.org/wiki/Software/Policykit" depends=('glib2>=2.22.2' 'dbus-glib>=0.82-2') options=('!libtool') source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz) md5sums=('b43d2a6c523fcb8b9d0b0300c4222386') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --disable-static || return 1 make || return 1 make DESTDIR="${pkgdir}" install || return 1 }