[csw-devel] SF.net SVN: gar:[11154] csw/mgar/pkg/dbus-glib/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Oct 5 09:42:42 CEST 2010


Revision: 11154
          http://gar.svn.sourceforge.net/gar/?rev=11154&view=rev
Author:   dmichelsen
Date:     2010-10-05 07:42:41 +0000 (Tue, 05 Oct 2010)

Log Message:
-----------
dbus-glib: Enable 64 bit, no other significant changes

Modified Paths:
--------------
    csw/mgar/pkg/dbus-glib/trunk/Makefile

Modified: csw/mgar/pkg/dbus-glib/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dbus-glib/trunk/Makefile	2010-10-05 02:35:10 UTC (rev 11153)
+++ csw/mgar/pkg/dbus-glib/trunk/Makefile	2010-10-05 07:42:41 UTC (rev 11154)
@@ -4,9 +4,11 @@
 
 DESCRIPTION  = DBus GLib Bindings
 define BLURB
-This package provides the bindings between GLib and DBus
-
-D-Bus is a message bus system, a simple way for applications to talk to one another. In addition to interprocess communication, D-Bus helps coordinate process lifecycle; it makes it simple and reliable to code a "single instance" application or daemon, and to launch applications and daemons on demand when their services are needed.
+  This package provides the bindings between GLib and DBus.
+  D-Bus is a message bus system, a simple way for applications to talk to one another.
+  In addition to interprocess communication, D-Bus helps coordinate process lifecycle;
+  it makes it simple and reliable to code a "single instance" application or daemon,
+  and to launch applications and daemons on demand when their services are needed.
 endef
 
 MASTER_SITES  = http://dbus.freedesktop.org/releases/dbus-glib/
@@ -24,20 +26,21 @@
 CATALOGNAME_CSWdbusglib         = dbus_glib
 CATALOGNAME_CSWdbusglibdev      = dbus_glibdev
 
+BUILD_DEP_PKGS = CSWglib2devel CSWlibdbusdev
 RUNTIME_DEP_PKGS_CSWdbusglib    = CSWexpat CSWggettextrt CSWglib2 CSWlibdbus
+RUNTIME_DEP_PKGS_CSWdbusglibdev = CSWdbusglib CSWglib2devel CSWlibdbusdev
 
 PKGFILES_CSWdbusglibdev  = $(PKGFILES_DEVEL)
-# PKGFILES_CSWdbusglibdev += $(prefix)/include/.*
-# PKGFILES_CSWdbusglibdev += $(prefix)/lib/.*\.a
-# PKGFILES_CSWdbusglibdev += $(prefix)/lib/pkgconfig/.*
 
-#CPPFLAGS += -I$(DESTDIR)/opt/csw/include/dbus-1.0
-#CPPFLAGS += -I$(DESTDIR)/opt/csw/lib/dbus-1.0/include
-
+NOISAEXEC = 1
 CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --disable-tests 
 
-# BUILD64 = 1
+BUILD64 = 1
 
+# These development dependencies are needed
+CHECKPKG_OVERRIDES_CSWdbusglibdev += surplus-dependency|CSWdbusglib
+CHECKPKG_OVERRIDES_CSWdbusglibdev += surplus-dependency|CSWlibdbusdev
+CHECKPKG_OVERRIDES_CSWdbusglibdev += surplus-dependency|CSWglib2devel
+
 include gar/category.mk
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list