[Bps-public-commit] r10006 - bpsbuilder/BPB/examples

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Dec 19 08:23:26 EST 2007


Author: sunnavy
Date: Wed Dec 19 08:23:26 2007
New Revision: 10006

Added:
   bpsbuilder/BPB/examples/build_script_for_subversion

Log:
added build script for subversion

Added: bpsbuilder/BPB/examples/build_script_for_subversion
==============================================================================
--- (empty file)
+++ bpsbuilder/BPB/examples/build_script_for_subversion	Wed Dec 19 08:23:26 2007
@@ -0,0 +1,7 @@
+./configure --prefix=%%INSTALL_BASE%% --with-swig=%%INSTALL_BASE%% --without-apxs
+/usr/bin/perl -p -i -e' s|PERL\) Makefile.PL|PERL) Makefile.PL INSTALL_BASE=%%INSTALL_BASE%%|' Makefile
+make
+make swig-pl
+make install
+make check-swig-pl
+make install-swig-pl  



More information about the Bps-public-commit mailing list