[csw-devel] SF.net SVN: gar:[5172] csw/mgar/pkg/pysqlite2/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Fri Jun 5 16:46:58 CEST 2009
Revision: 5172
http://gar.svn.sourceforge.net/gar/?rev=5172&view=rev
Author: valholla
Date: 2009-06-05 14:46:58 +0000 (Fri, 05 Jun 2009)
Log Message:
-----------
pycompile class
Modified Paths:
--------------
csw/mgar/pkg/pysqlite2/trunk/Makefile
Modified: csw/mgar/pkg/pysqlite2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pysqlite2/trunk/Makefile 2009-06-05 14:36:15 UTC (rev 5171)
+++ csw/mgar/pkg/pysqlite2/trunk/Makefile 2009-06-05 14:46:58 UTC (rev 5172)
@@ -13,11 +13,17 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PACKAGES = CSWpysqlite2
-REQUIRED_PKGS_CSWpysqlite2 = CSWpython CSWsqlite3rt
+REQUIRED_PKGS_CSWpysqlite2 = CSWpython-rt CSWsqlite3rt
CATALOGNAME_CSWpysqlite2 = pysqlite2
SPKG_DESC_CSWpysqlite2 = SQLite3 support for Python
-# 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_SCRIPTS =
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