[csw-devel] SF.net SVN: gar:[5140] csw/mgar/pkg/x11/xcb-proto/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jun 3 12:42:34 CEST 2009
Revision: 5140
http://gar.svn.sourceforge.net/gar/?rev=5140&view=rev
Author: dmichelsen
Date: 2009-06-03 10:42:34 +0000 (Wed, 03 Jun 2009)
Log Message:
-----------
x11/xcb-proto: Relocate python files
Modified Paths:
--------------
csw/mgar/pkg/x11/xcb-proto/trunk/Makefile
Modified: csw/mgar/pkg/x11/xcb-proto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2009-06-03 10:19:12 UTC (rev 5139)
+++ csw/mgar/pkg/x11/xcb-proto/trunk/Makefile 2009-06-03 10:42:34 UTC (rev 5140)
@@ -37,8 +37,15 @@
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
BUILD64 = 1
+
CONFIGURE_ARGS = $(DIRPATHS)
+
+PYTHON_PREFIX=$(BUILD_PREFIX)/lib/python/site-packages
+
+EXTRA_PAX_ARGS = -s ',^.*/\(xcbgen/.*\.py\),.$(BUILD_PREFIX)/lib/python/site-packages/\1,'
+EXTRA_PAX_ARGS += -s ',^\.$(libdir)/python.*,,'
+
EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc
PROTOTYPE_FILTER = awk '$$$$3 ~ /.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
SPKG_CLASSES = none cswpycompile
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