[csw-devel] SF.net SVN: gar:[3987] csw/mgar/pkg/mysql-python/trunk/Makefile

valholla at users.sourceforge.net valholla at users.sourceforge.net
Fri Mar 27 03:41:45 CET 2009


Revision: 3987
          http://gar.svn.sourceforge.net/gar/?rev=3987&view=rev
Author:   valholla
Date:     2009-03-27 02:41:45 +0000 (Fri, 27 Mar 2009)

Log Message:
-----------
fix software name

Modified Paths:
--------------
    csw/mgar/pkg/mysql-python/trunk/Makefile

Modified: csw/mgar/pkg/mysql-python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mysql-python/trunk/Makefile	2009-03-26 22:45:47 UTC (rev 3986)
+++ csw/mgar/pkg/mysql-python/trunk/Makefile	2009-03-27 02:41:45 UTC (rev 3987)
@@ -12,7 +12,7 @@
 
 PACKAGES = CSWpymysql
 REQUIRED_PKGS_CSWpymysql = CSWmysql5rt CSWpython CSWosslrt CSWzlib
-CATALOGNAME_CSWpymysql = pymysql5
+CATALOGNAME_CSWpymysql = pymysql
 SPKG_DESC = MySQL Support for Python
 
 # We define upstream file regex so we can be notifed of new upstream software release
@@ -20,9 +20,6 @@
 UPSTREAM_USE_SF = 1
 UFILES_REGEX = (\d+(?:\.\d+)*)
 
-DISTFILES += setuptools-0.6c9-py2.6.egg
-PATCHFILES = setup.diff
-
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS = $(WORKSRC)/setup.py
 TEST_SCRIPTS =
@@ -36,10 +33,6 @@
 mysql_prefix = $(prefix)/mysql5
 mysql_bindir = $(mysql_prefix)/bin
 
-post-extract-modulated:
-	@(gcp $(DOWNLOADDIR)/setuptools-0.6c9-py2.6.egg $(WORKSRC))
-
-
 LD_OPTIONS := -R/opt/csw/mysql5/lib/mysql/\$$ISALIST $(LD_OPTIONS)
 PATH       := $(mysql_bindir):$(PATH)
 export LD_OPTIONS PATH


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