ndesk-dbus-glib stable port information

Info3: <<
Package: ndesk-dbus-glib
Version: 0.4.1
Revision: 2
Architecture: i386, powerpc
Description: GLib Integration for NDesk D-Bus
License: BSD
Maintainer: Benjamin Reed

Depends: <<
mono (>= 2.6.1-1),
ndesk-dbus
<<
BuildDepends: <<
glib2-dev (>= 2.18.4-1),
mono-dev (>= 2.6.1-1),
ndesk-dbus,
pkgconfig (>= 0.23-1)
<<

Source: http://www.ndesk.org/archive/dbus-sharp/%n-%v.tar.gz
Source-MD5: 7faf8770b214956fa9de009def550826

ConfigureParams: --disable-dependency-tracking

InstallScript: <<
#!/bin/sh -ex

make -j1 install DESTDIR="%d"

install -d -m 755 %i/share/doc/%N
install -c -m 644 examples/*.cs %i/share/doc/%N/
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README

Homepage: http://www.ndesk.org/DBusSharp
DescDetail: <<
ndesk-dbus is a C# implementation of D-Bus. It's 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.

This package provides GLib main loop integration for
NDesk D-Bus.
<<
<<