[csw-devel] SF.net SVN: gar:[4148] csw/mgar/pkg/pysetuptools/trunk/Makefile

valholla at users.sourceforge.net valholla at users.sourceforge.net
Wed Apr 1 23:54:20 CEST 2009


Revision: 4148
          http://gar.svn.sourceforge.net/gar/?rev=4148&view=rev
Author:   valholla
Date:     2009-04-01 21:54:18 +0000 (Wed, 01 Apr 2009)

Log Message:
-----------
various fixes

Modified Paths:
--------------
    csw/mgar/pkg/pysetuptools/trunk/Makefile

Modified: csw/mgar/pkg/pysetuptools/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pysetuptools/trunk/Makefile	2009-04-01 21:52:31 UTC (rev 4147)
+++ csw/mgar/pkg/pysetuptools/trunk/Makefile	2009-04-01 21:54:18 UTC (rev 4148)
@@ -3,7 +3,8 @@
 CATEGORIES = lang
 
 SPKG_SOURCEURL = http://peak.telecommunity.com/DevCenter/setuptools
-
+PYSETUPTOOLS_VERSION := $(shell echo $(GARVERSION) | sed -e 's/[a-z].*//')
+PYSETUPTOOLS_RELEASE := $(shell echo $(GARVERSION) | sed -e 's/^[0-9].[0-9]*//')
 DESCRIPTION = Distribution Utiltiies for Python
 define BLURB
   Distribution Utilities for Python
@@ -34,3 +35,6 @@
 
 include gar/category.mk
 
+SPKG_VERSION := $(PYSETUPTOOLS_VERSION)
+SPKG_REVSTAMP := $(SPKG_REVSTAMP)_rev=$(PYSETUPTOOLS_RELEASE)
+


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