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

valholla at users.sourceforge.net valholla at users.sourceforge.net
Mon Jun 29 17:53:46 CEST 2009


Revision: 5409
          http://gar.svn.sourceforge.net/gar/?rev=5409&view=rev
Author:   valholla
Date:     2009-06-29 15:53:46 +0000 (Mon, 29 Jun 2009)

Log Message:
-----------
initial checkin

Added Paths:
-----------
    csw/mgar/pkg/libglade2/
    csw/mgar/pkg/libglade2/Makefile
    csw/mgar/pkg/libglade2/branches/
    csw/mgar/pkg/libglade2/tags/
    csw/mgar/pkg/libglade2/trunk/
    csw/mgar/pkg/libglade2/trunk/Makefile
    csw/mgar/pkg/libglade2/trunk/files/

Added: csw/mgar/pkg/libglade2/Makefile
===================================================================
--- csw/mgar/pkg/libglade2/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libglade2/Makefile	2009-06-29 15:53:46 UTC (rev 5409)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 

Added: csw/mgar/pkg/libglade2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libglade2/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libglade2/trunk/Makefile	2009-06-29 15:53:46 UTC (rev 5409)
@@ -0,0 +1,23 @@
+GARNAME = libglade
+GARVERSION = 2.6.4
+CATEGORIES = lib
+RELVER = $(shell echo $(GARVERSION) |gsed 's/\(^[0-9].*\.[0-9].*\)\.[0-9]*/\1/')
+
+DESCRIPTION = library to load Glade XML user interface files at runtime
+define BLURB
+Libglade is a library that performs a similar job to the C source output routines in the GLADE user interface builder. Whereas GLADE's output routines create C source code that must be compiled, libglade builds the interface from an XML file (GLADE's save format) at runtime. This can allow modifying the user interface without recompiling.
+endef
+
+MASTER_SITES = http://ftp.gnome.org/pub/GNOME/sources/libglade/$(RELVER)/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+PACKAGES = CSWlibglade2
+CATALOGNAME = libglade2
+SPKG_DESC = $(DESCRIPTION)
+SPKG_SOURCEURL = http://www.gnome.org/
+
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+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