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

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Thu Oct 8 00:04:39 CEST 2009


Revision: 6776
          http://gar.svn.sourceforge.net/gar/?rev=6776&view=rev
Author:   wbonnet
Date:     2009-10-07 22:04:39 +0000 (Wed, 07 Oct 2009)

Log Message:
-----------
Switch to new naming

Modified Paths:
--------------
    csw/mgar/pkg/x11/x11_inputproto/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/x11/x11_inputproto/

Removed Paths:
-------------
    csw/mgar/pkg/x11/inputproto/

Modified: csw/mgar/pkg/x11/x11_inputproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/inputproto/trunk/Makefile	2009-10-07 19:13:03 UTC (rev 6752)
+++ csw/mgar/pkg/x11/x11_inputproto/trunk/Makefile	2009-10-07 22:04:39 UTC (rev 6776)
@@ -1,5 +1,7 @@
-GARNAME = inputproto
 GARVERSION = 1.5.1
+PROTONAME = inputproto
+GARNAME = x11_$(PROTONAME)
+DISTNAME = $(PROTONAME)-$(GARVERSION)
 
 CATEGORIES = x11
 
@@ -7,17 +9,20 @@
 define BLURB
   This provides the input extension headers from modular X.org X11 project
 endef
-
+	
 MASTER_SITES = $(X11_PROTO_MASTER_SITE)
-DISTFILES    = $(GARNAME)-$(GARVERSION).tar.gz
+DISTFILES = $(PROTONAME)-$(GARVERSION).tar.gz
 
 # We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(PROTONAME)-(\d+(?:\.\d+)*).tar.gz
 
+PACKAGES = CSWx11$(PROTONAME)
+CATALOGNAME_CSWx11$(PROTONAME) = x11_$(PROTONAME)
+
 REQUIRED_PKGS = CSWx11common
 
 BUILD64 = 1
-CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS = $(DIRPATHS)
 
 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