[csw-devel] SF.net SVN: gar:[5741] csw/mgar/pkg/twisted/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Jul 30 18:03:36 CEST 2009
Revision: 5741
http://gar.svn.sourceforge.net/gar/?rev=5741&view=rev
Author: wahwah
Date: 2009-07-30 16:03:36 +0000 (Thu, 30 Jul 2009)
Log Message:
-----------
twisted: s/pycompile/cswpycompile/
Modified Paths:
--------------
csw/mgar/pkg/twisted/trunk/Makefile
Modified: csw/mgar/pkg/twisted/trunk/Makefile
===================================================================
--- csw/mgar/pkg/twisted/trunk/Makefile 2009-07-30 15:42:14 UTC (rev 5740)
+++ csw/mgar/pkg/twisted/trunk/Makefile 2009-07-30 16:03:36 UTC (rev 5741)
@@ -27,13 +27,13 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
-CONFIGURE_SCRIPTS =
+CONFIGURE_SCRIPTS =
BUILD_SCRIPTS = twisted
-TEST_SCRIPTS =
+TEST_SCRIPTS =
INSTALL_SCRIPTS = twisted
PROTOTYPE_FILTER = awk ' \
- $$$$3 ~/.*\.py$$$$/ { $$$$2 = "pycompile" } \
+ $$$$3 ~/.*\.py$$$$/ { $$$$2 = "cswpycompile" } \
{ print }'
build-twisted:
@@ -44,4 +44,8 @@
(cd $(WORKSRC); python setup.py install --root=$(DESTDIR))
@$(MAKECOOKIE)
+post-install-modulated:
+ gfind $(DESTDIR) -type f -name '*.pyc' -exec rm {} \;
+ @$(MAKECOOKIE)
+
include gar/category.mk
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