Update of /cvsroot/fink/dists/10.3/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv409/10.3/unstable/crypto/finkinfo

Added Files:
        mono-tools.info 
Log Message:
move to crypto because it depends on gtk-sharp, which is in crypto (backport 
from 10.4)


--- NEW FILE: mono-tools.info ---
Package: mono-tools
Version: 1.1.11
Revision: 1

Source: http://go-mono.com/sources/%n/%n-%v.tar.gz
Source-MD5: 9331316fcacb07a87a7ce1c8437ad2a9

Depends: gtk-sharp (>= 1.0.10-1), mono (>= %v-1), monodoc (>= %v-1)
BuildDepends: fink (>= 0.22.2-1), gtk-sharp2 (>= 1.0.10-1), mono-dev (>= %v-1), 
monodoc (>= %v-1)

ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
CompileScript: <<
#!/bin/sh -ex

  export lt_cv_sys_max_cmd_len=65536
  export MONO_PATH=%b/browser:$MONO_PATH
  ./configure %c
  make
<<
InstallScript: <<
#!/bin/sh -ex

  export DYLD_FALLBACK_LIBRARY_PATH="%i/lib:/usr/lib"
  make install DESTDIR="%d" mkinstalldirs='$(install_sh) -d'
<<

Description: Tools for use with the Mono runtime
DescDetail: <<
A collection of tools and utilities for use with the
Mono runtime environment.
<<
PreInstScript: <<
  if [ -f "%p/var/lib/dpkg/info/monodoc.postrm" ] && [ `grep -c upgrade 
"%p/var/lib/dpkg/info/monodoc.postrm"` = 0 ]; then
    sudo echo "#!/bin/sh" > "%p/var/lib/dpkg/info/monodoc.postrm"
    sudo echo "exit 0" >> "%p/var/lib/dpkg/info/monodoc.postrm"
  fi
<<
PostInstScript: <<
  [ -x "%p/bin/monodoc" ] && [ -d "%p/lib/monodoc" ] && "%p/bin/monodoc" 
--make-index >/dev/null 2>&1 || :
<<
PostRmScript: <<
  if [ "upgrade" != "$1" ]; then
    rm -rf %p/lib/monodoc
  fi
<<
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://www.go-mono.org/



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to