CVS: moonbase/devel/dbus BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Nick Hudson nhudson at lunar-linux.org
Fri Dec 19 20:42:49 GMT 2003


Update of /var/cvs/lunar/moonbase/devel/dbus
In directory dbguin.lunar-linux.org:/tmp/cvs-serv4115/dbus

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:

Adding dbus to moonbase ... I think this will be needed for using udev in the future


--- NEW FILE: BUILD ---
(

   export OPTS="$OPTS --with-xml=expat --enable-python --enable-glib --enable-asserts --enable-checks" &&
   
   default_build 

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends pkgconfig  &&
depends expat      &&
depends Pyrex      &&
depends libxml2    &&
depends glib-2     &&
optional_depends "doxygen" "--enable-doxygen-docs" "" "to build doxygen documentation" &&
optional_depends "gtk+-2" "--enable-gtk" "" "for gtk+ bindings" &&
optional_depends "qt3" "--enable-qt" "" "for qt bindings" &&
optional_depends "mono" "--enable-mono" "" "for mono c# bindings"

--- NEW FILE: DETAILS ---
	          MODULE=dbus
	         VERSION=0.20
              SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=http://freedesktop.org/Software/dbus/releases/$SOURCE
   SOURCE_DIRECTORY=/$BUILD_DIRECTORY/$MODULE-$VERSION
	      MAINTAINER=nhudson at lunar-linux.org
	        WEB_SITE=http://dbus.freedesktop.org
		 ENTERED=20031219
		 UPDATED=20031219
		   SHORT="D-BUS is a message bus system, a simple way 
for applications to talk to one another"
cat << EOF
D-BUS supplies both a system daemon and a per-user-login-session daemon.  
Also, the message bus is built on top of general one-to-one message 
passing framework, which can be used by any two apps to communicate 
directly.
EOF




More information about the Lunar-commits mailing list