GARNAME = dbus
GARVERSION = 1.1.2
CATEGORIES = freedesktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = dbus-0.60-start-early.patch dbus-1.0.1-generate-xml-docs.patch dbus-1.0.2-lsb.patch

MASTER_SITES = http://dbus.freedesktop.org/releases/dbus/

LIBDEPS = bootstrap/expat platform/libxml2

DESCRIPTION = dbus
define BLURB
D-Bus is a simple system for interprocess communication and coordination.

The "and coordination" part is important; D-Bus provides a bus daemon 
that does things like:
- notify applications when other apps exit
- start services on demand
- support single-instance applications
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk

