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

valholla at users.sourceforge.net valholla at users.sourceforge.net
Fri Jun 5 16:32:30 CEST 2009


Revision: 5169
          http://gar.svn.sourceforge.net/gar/?rev=5169&view=rev
Author:   valholla
Date:     2009-06-05 14:32:30 +0000 (Fri, 05 Jun 2009)

Log Message:
-----------
pycompile class

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

Modified: csw/mgar/pkg/mod_python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mod_python/trunk/Makefile	2009-06-05 14:24:49 UTC (rev 5168)
+++ csw/mgar/pkg/mod_python/trunk/Makefile	2009-06-05 14:32:30 UTC (rev 5169)
@@ -18,12 +18,17 @@
 REQUIRED_PKGS_CSWap2modpython = CSWap2prefork CSWpython
 CATALOGNAME_CSWap2modpython   = ap2_modpython
 SPKG_DESC_CSWap2modpython     = an Apache/Python integration module
-#DISTFILES += fixme.sh
-#STRIP_LIBTOOL = 1
 
+STRIP_LIBTOOL = 1
 PATCHFILES += connobject.diff
 
-# We define upstream file regex so we can be notifed of new upstream software release
+EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc
+PROTOTYPE_FILTER = awk '$$$$3 ~ /.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
+SPKG_CLASSES = none cswpycompile
+REQUIRED_PKGS += CSWcswclassutils
+
+# We define upstream file regex so we can be notifed of 
+# new upstream software release
 UFILES_REGEX = (\d+(?:\.\d+)*)
 
 CONFIGURE_ARGS = $(DIRPATHS)
@@ -36,13 +41,6 @@
 
 DESTDOC = $(DESTDIR)$(docdir)/ap2_modpython
 
-
-#post-configure-modulated:
-#	@echo " ==> Fixing libtool files"
-#	@$(DOWNLOADDIR)/fixme.sh $(WORKSRC)
-#	@$(MAKECOOKIE)
-
-
 post-install-modulated:
 	@install -d $(DESTDOC)
 	@for file in COPYRIGHT CREDITS LICENSE NEWS NOTICE README ; do \


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