[csw-devel] SF.net SVN: gar:[6690] csw/mgar/pkg/x11
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Sat Oct 3 19:17:42 CEST 2009
Revision: 6690
http://gar.svn.sourceforge.net/gar/?rev=6690&view=rev
Author: wbonnet
Date: 2009-10-03 17:17:41 +0000 (Sat, 03 Oct 2009)
Log Message:
-----------
Switch to new naming
Modified Paths:
--------------
csw/mgar/pkg/x11/x11_bigreqsproto/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/x11/x11_bigreqsproto/
Removed Paths:
-------------
csw/mgar/pkg/x11/bigreqsproto/
Modified: csw/mgar/pkg/x11/x11_bigreqsproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/bigreqsproto/trunk/Makefile 2009-10-03 15:15:40 UTC (rev 6688)
+++ csw/mgar/pkg/x11/x11_bigreqsproto/trunk/Makefile 2009-10-03 17:17:41 UTC (rev 6690)
@@ -1,6 +1,8 @@
-GARNAME = bigreqsproto
+PROTONAME = bigreqsproto
+CATEGORIES = x11
+GARNAME = x11_$(PROTONAME)
+DISTNAME = $(PROTONAME)-$(GARVERSION)
GARVERSION = 1.1.0
-CATEGORIES = x11
DESCRIPTION = Prototype headers for BigReqs extension to X11
define BLURB
@@ -8,11 +10,14 @@
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 = CSWx11applewmproto
+CATALOGNAME_CSWx11applewmproto = x11_applewmproto
+
REQUIRED_PKGS = CSWx11common
BUILD64 = 1
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