Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19608/main/finkinfo/devel

Modified Files:
        nant.info 
Log Message:
more attempted nant fixes, think I have it this time?

Index: nant.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/nant.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- nant.info   23 May 2009 14:53:51 -0000      1.8
+++ nant.info   24 May 2009 03:24:13 -0000      1.9
@@ -1,6 +1,6 @@
 Package: nant
 Version: 0.86
-Revision: 0.beta1.3
+Revision: 0.beta1.4
 Description: Ant-like build tool for .NET
 License: GPL
 Maintainer: Benjamin Reed <[email protected]>
@@ -20,27 +20,27 @@
 CompileScript: <<
 #!/bin/sh -ex
 
-  make MONO="mono --debug" MCS="mcs -debug"
+       make prefix="%p"
 <<
 
 InstallScript: <<
 #!/bin/sh -ex
 
-  make -j1 install prefix=%i MONO="mono --debug" MCS="mcs -debug"
-  cat <<END >%i/bin/nant
+       make -j1 install prefix="%i"
+       cat <<END >%i/bin/nant
 #!/bin/sh
 export MONO_PATH="%p/share/NAnt/bin/lib:\$MONO_PATH"
-exec %p/bin/mono --debug %p/share/NAnt/bin/NAnt.exe "\$@"
+exec %p/bin/mono %p/share/NAnt/bin/NAnt.exe "\$@"
 END
-  chmod 755 %i/bin/nant
+       chmod 755 %i/bin/nant
 
-  find examples -name \*.dll -o -name \*.exe -exec rm -rf {} \; || :
+       find examples -name \*.dll -o -name \*.exe -exec rm -rf {} \; || :
 
-  install -d -m 755 %i/share/doc
-  mv doc %i/share/doc/%n
-  mv examples %i/share/doc/%n/
+       install -d -m 755 %i/share/doc
+       mv doc %i/share/doc/%n
+       mv examples %i/share/doc/%n/
 
-       find %i/share/NAnt -name \*.xml | xargs perl -pi -e 
's,^.*<name>.*nant-0.86-debug/bin/extensions,       
<name>%p/share/NAnt/bin/extensions,g'
+       find %i/share/NAnt -name \*.xml | xargs perl -pi -e 
's,^.*<name>.*nant-0.86-debug/bin,  <name>%p/share/NAnt/bin,g'
 <<
 DocFiles: *.txt
 


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to