Package: boo Version: 0.7.6.2237 Revision: 14 Description: Wrist-friendly language for the CLI/Mono License: GPL Maintainer: Benjamin Reed Depends: gtksourceview-sharp (>= 2.0-15), gtksourceview-shlibs (>= 1.0-1), mono (>= 1.1.16-1), shared-mime-info BuildDepends: gtksourceview-sharp (>= 2.0-15), gtksourceview-dev (>= 1.0-1), mono-dev (>= 1.1.14-11), nant (>= 0.85-22), shared-mime-info Suggests: monodevelop (>= 0.9-13) CustomMirror: << Primary: http://ranger.users.finkproject.org/distfiles eur-NL: http://ranger.users.finkproject.org/distfiles nam-US: http://ranger.befunk.com/fink nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink nam-CA: http://www.southofheaven.net/befunk << Source: http://dist.codehaus.org/%n/distributions/%n-%v-src.tar.bz2 SourceDirectory: %n-%v Source-MD5: 9096b739651d7e9855ae088fd63a819c SetCPPFLAGS: -I%p/include SetLIBS: -L%p/lib SetMAKEFLAGS: -j1 NoSetCPPFLAGS: true NoSetLDFLAGS: true NoSetMAKEFLAGS: true ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking CompileScript: << #!/bin/sh -ex export MONO_PATH=`pwd`/build:"$MONO_PATH" nant -D:install.prefix=%p << InstallScript: << #!/bin/sh -ex export MONO_PATH=`pwd`/build:"$MONO_PATH" nant -D:install.prefix=%p -D:install.destdir=%d install install -d -m 755 %i/share/doc/%N mv examples %i/share/doc/%N/ << DocFiles: *.txt docs/* Homepage: http://go-mono.com/ DescDetail: << Boo is a new object oriented statically typed programming language for the Common Language Infrastructure with a python inspired syntax and a special focus on language and compiler extensibility. <<