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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Jul 28 21:08:11 CEST 2009


Revision: 5697
          http://gar.svn.sourceforge.net/gar/?rev=5697&view=rev
Author:   wahwah
Date:     2009-07-28 19:08:11 +0000 (Tue, 28 Jul 2009)

Log Message:
-----------
beautifulsoup: using cswpycompile

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

Modified: csw/mgar/pkg/beautifulsoup/trunk/Makefile
===================================================================
--- csw/mgar/pkg/beautifulsoup/trunk/Makefile	2009-07-28 17:53:45 UTC (rev 5696)
+++ csw/mgar/pkg/beautifulsoup/trunk/Makefile	2009-07-28 19:08:11 UTC (rev 5697)
@@ -26,6 +26,8 @@
 DISTFILES  = $(EXT_NAME).tar.gz
 WORKSRC = $(WORKDIR)/$(EXT_NAME)-$(GARVERSION)
 
+SPKG_CLASSES = none cswpycompile
+
 ARCHALL = 1
 CONFIGURE_SCRIPTS = 
 BUILD_SCRIPTS = beautifulsoup
@@ -33,8 +35,12 @@
 INSTALL_SCRIPTS = beautifulsoup
 
 PACKAGES = CSWbeautifulsoup
-REQUIRED_PKGS = CSWpython
+REQUIRED_PKGS_CSWbeautifulsoup = CSWpython CSWcswclassutils
 
+PROTOTYPE_FILTER = awk ' \
+  $$$$3 ~/.*\.py$$$$/ { $$$$2 = "pycompile" } \
+  { print }'
+
 build-beautifulsoup:
 	(cd $(WORKSRC); python setup.py build)
 


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