#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=eggdbus pkgver=0.6 pkgrel=1 zenver=64 arch=i686 source=("http://hal.freedesktop.org/releases/eggdbus-0.6.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://hal.freedesktop.org/releases/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "eggdbus is a D-Bus bindings for GObject." "EggDBus aims to be an easy-to-use set of GObject bindings for" "interacting with DBus. Currently, this interaction is done using" "libdbus-1 but that is subject to change." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }