[Lunar-commits] r14710 - moonbase/trunk/devel/subversion

Auke Kok sofar at lunar-linux.org
Thu May 12 12:56:59 UTC 2005


Author: sofar
Date: 2005-05-12 12:56:59 +0000 (Thu, 12 May 2005)
New Revision: 14710

Modified:
   moonbase/trunk/devel/subversion/BUILD
Log:
Proper way to enable python bindings through swig.


Modified: moonbase/trunk/devel/subversion/BUILD
===================================================================
--- moonbase/trunk/devel/subversion/BUILD	2005-05-12 12:09:29 UTC (rev 14709)
+++ moonbase/trunk/devel/subversion/BUILD	2005-05-12 12:56:59 UTC (rev 14710)
@@ -1,8 +1,9 @@
 (
-  NEON_PREFIX="`neon-config --prefix`"
 
-  OPTS="$OPTS --with-ssl --with-neon=$NEON_PREFIX"
+  OPTS="$OPTS --with-ssl --with-neon=`neon-config --prefix`"
+  default_build &&
+  if in_depends $MODULE swig ; then
+    make swig-py install-swig-py
+  fi
 
-  default_build
-
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list