[csw-devel] SF.net SVN: gar:[7765] csw/mgar/pkg

hson at users.sourceforge.net hson at users.sourceforge.net
Mon Dec 28 04:16:06 CET 2009


Revision: 7765
          http://gar.svn.sourceforge.net/gar/?rev=7765&view=rev
Author:   hson
Date:     2009-12-28 03:16:06 +0000 (Mon, 28 Dec 2009)

Log Message:
-----------
gobject-introspection: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/gobject-introspection/
    csw/mgar/pkg/gobject-introspection/branches/
    csw/mgar/pkg/gobject-introspection/tags/
    csw/mgar/pkg/gobject-introspection/trunk/
    csw/mgar/pkg/gobject-introspection/trunk/Makefile
    csw/mgar/pkg/gobject-introspection/trunk/checksums
    csw/mgar/pkg/gobject-introspection/trunk/files/


Property changes on: csw/mgar/pkg/gobject-introspection/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/gobject-introspection/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gobject-introspection/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gobject-introspection/trunk/Makefile	2009-12-28 03:16:06 UTC (rev 7765)
@@ -0,0 +1,51 @@
+GARNAME = gobject-introspection
+GARVERSION = 0.6.7
+CATEGORIES = gnome
+
+DESCRIPTION = Package for extending API for GObject based libraries
+define BLURB
+	GObject-introspection is a package which will collect and extend the API
+	metadata for GObject based libraries. The main motivation of this work is to
+	centralize all introspection information required to write a language binding.
+endef
+
+MASTER_SITES = $(GNOME_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+#PACKAGES = CSWgobjectintrospection CSWgobjectintrospectiondevel CSWjsonglibdoc
+#CATALOGNAME_CSWgobjectintrospection = gobject_introspection
+#CATALOGNAME_CSWgobjectintrospectiondevel = gobject_introspection_devel
+#CATALOGNAME_CSWgobjectintrospectiondoc = gobject_introspection_doc
+
+PREREQUISITE_PKGS += CSWbison CSWlibffi
+
+REQUIRED_PKGS += CSWgcc4corert
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+SPKG_SOURCEURL = http://live.gnome.org/GObjectIntrospection
+
+EXTRA_INC = $(prefix)/X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
+NO_ISAEXEC = 1
+NOISALIST = 1
+BUILD64 = 1
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --x-include=$(prefix)/X11/include
+CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR))
+
+SHELL = /opt/csw/bin/bash
+
+#PKGFILES_CSWgobjectintrospectiondevel = $(PKGFILES_DEVEL)
+#PKGFILES_CSWgobjectintrospectiondoc = $(sharedstatedir)/gtk-doc/.*
+
+#ARCHALL_CSWgobjectintrospectiondoc = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+
+#PATH := /opt/csw/gnu:$(PATH)

Added: csw/mgar/pkg/gobject-introspection/trunk/checksums
===================================================================
--- csw/mgar/pkg/gobject-introspection/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gobject-introspection/trunk/checksums	2009-12-28 03:16:06 UTC (rev 7765)
@@ -0,0 +1 @@
+41205c14cbd86632806578448e29bd30  gobject-introspection-0.6.7.tar.bz2


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