#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas~AT~gmail~DOT~com) pkgname=ndesk-dbus pkgver=0.6.1a pkgrel=1 zenver=64 arch=i486 source=("http://www.ndesk.org/archive/dbus-sharp/ndesk-dbus-0.6.1a.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname url=http://www.ndesk.org/DBusSharp options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ndesk-dbus is a C# implementation of D-Bus" "ndesk-dbus is often referred to as dbus-sharp, or 'managed D-Bus' to" "avoid confusion with existing bindings (which wrap libdbus). D-Bus is" "an inter-process communication framework that lets applications" "interface with the system event bus as well as allowing them to talk" "to one another in a peer-to-peer configuration." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }