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

Modified Files:
        nant.info 
Log Message:
mono and friends to stable

Index: nant.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/nant.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nant.info   23 Aug 2008 22:21:47 -0000      1.2
+++ nant.info   2 Jul 2009 00:09:25 -0000       1.3
@@ -1,55 +1,52 @@
 Package: nant
 Version: 0.86
-Revision: 0.beta1.1
+Revision: 0.beta1.4
+Description: Ant-like build tool for .NET
+License: GPL
+Maintainer: Benjamin Reed <n...@fink.racoonfink.com>
 
-Source: http://ftp.novell.com/pub/mono/sources/%n/%n-%v-beta1-src.tar.gz
-Source-MD5: 6e5e5ba4515bde5668c085807322a1f3
-SourceDirectory: %n-%v-beta1
-DocFiles: *.txt
-Depends: mono (>= 1.9.1-1)
+Depends: mono (>= 2.4-1)
 BuildDepends: <<
-       glib2-dev,
-       mono-dev (>= 1.9.1-1),
+       mono-dev (>= 2.4-1),
        pkgconfig (>= 0.22-3)
 <<
-Homepage: http://nant.sourceforge.net/
-Maintainer: Benjamin Reed <n...@fink.racoonfink.com>
-Description: Ant-like build tool for .NET
-NoSetCPPFLAGS: true
-SetCPPFLAGS: -I%p/include
-NoSETLDFLAGS: true
-SetLIBS: -L%p/lib
-NoSetMAKEFLAGS: true
+
+Source: http://ftp.novell.com/pub/mono/sources/%n/%n-%v-beta1-src.tar.gz
+Source-MD5: 6e5e5ba4515bde5668c085807322a1f3
+SourceDirectory: %n-%v-beta1
+
 SetMAKEFLAGS: -j1
+NoSetMAKEFLAGS: true
 CompileScript: <<
 #!/bin/sh -ex
 
-  export MONO_PATH="`pwd`/lib:%i/share/NAnt/bin/lib:%i/lib:$MONO_PATH"
-
-  make MONO="mono --debug" MCS="mcs -debug"
+       make prefix="%p"
 <<
+
 InstallScript: <<
 #!/bin/sh -ex
 
-  export MONO_PATH="`pwd`/lib:%i/share/NAnt/bin/lib:%i/lib:$MONO_PATH"
-
-  make 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,  <name>%p/share/NAnt/bin,g'
 <<
+DocFiles: *.txt
 
+Homepage: http://nant.sourceforge.net/
 DescDetail: <<
 NAnt is a free .NET build tool.  In theory it is kind of like make
 without make's wrinkles.  In practice it's a lot like Ant.
 <<
-License: GPL
+


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to