the Fink project is an effort to port
popular Unix programs to Mac OS X
Info3: <<
Package: ndesk-dbus
Version: 0.6.1a
Revision: 2
Architecture: i386, powerpc
Description: C# Clean-Room D-Bus Implementation
License: BSD
Maintainer: Benjamin Reed
Depends: mono (>= 2.6.1-1)
BuildDepends: <<
glib2-dev (>= 2.18.4-1),
mono-dev (>= 2.6.1-1),
pkgconfig (>= 0.23-1)
<<
Source: http://www.ndesk.org/archive/dbus-sharp/%n-%v.tar.gz
Source-MD5: 865900c2edb221ffff0c8fe7db210a67
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.
<<
<<