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

Modified Files:
        nant.info 
Removed Files:
        nant.patch 
Log Message:
fix up some nant stuff

Index: nant.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/nant.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- nant.info   10 Oct 2008 14:25:20 -0000      1.7
+++ nant.info   23 May 2009 14:53:51 -0000      1.8
@@ -1,38 +1,32 @@
 Package: nant
 Version: 0.86
-Revision: 0.beta1.2
+Revision: 0.beta1.3
+Description: Ant-like build tool for .NET
+License: GPL
+Maintainer: Benjamin Reed <[email protected]>
 
-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 (>= 2.0-1)
+Depends: mono (>= 2.4-1)
 BuildDepends: <<
-       mono-dev (>= 2.0-1),
+       mono-dev (>= 2.4-1),
        pkgconfig (>= 0.22-3)
 <<
-Homepage: http://nant.sourceforge.net/
-Maintainer: Benjamin Reed <[email protected]>
-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"
 <<
+
 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"
+  make -j1 install prefix=%i MONO="mono --debug" MCS="mcs -debug"
   cat <<END >%i/bin/nant
 #!/bin/sh
 export MONO_PATH="%p/share/NAnt/bin/lib:\$MONO_PATH"
@@ -45,10 +39,14 @@
   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'
 <<
+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
+

--- nant.patch DELETED ---


------------------------------------------------------------------------------
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