Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7601

Added Files:
        libmpc2.info 
Log Message:
multiprecision complex lib (initial stab), also in -64b flavr


--- NEW FILE: libmpc2.info ---
Info2: <<
Package: libmpc2%type_pkg[-64bit]
Version: 0.8
Revision: 1
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = 
-64bit ) i386
Maintainer: David Fang <fang...@users.sourceforge.net>
Source: http://www.multiprecision.org/mpc/download/mpc-%v.tar.gz
Source-MD5: 4df67a05d0251a3fcdd956390e9bd59f
License: LGPL
Homepage: http://www.multiprecision.org/
Description: %type_pkg[-64bit] Multi-precision complex lib
DescDetail: <<
MPC is a C library for the arithmetic of complex numbers with arbitrarily 
high precision and correct rounding of the result. It is built upon and 
follows the same principles as MPFR. 
.
The library is written by Andreas Enge, Philippe Th\'{e}veny and Paul 
Zimmermann and is distributed under the Gnu Lesser General Public License, 
either version 2.1 of the licence, or (at your option) any later version. 
The Mpc library has been registered in France by the Agence pour la 
Protection des Programmes on 2003-02-05 under the number 
IDDN FR 001 060029 000 R P 2003 000 10000. 
<<
# DescPort:
BuildDepends: gmp%type_pkg[-64bit] (>= 4.2.0), libmpfr1%type_pkg[-64bit] (>= 
2.3.1)
Depends: %N-shlibs (= %v-%r), ( %type_raw[-64bit] = -64bit ) 64bit-cpu
BuildDependsOnly: true
ConfigureParams: <<
  --infodir=%p/share/info \
  --with-gmp=%p \
  --with-mpfr=%p \
  -C
<<
CompileScript: <<
#! /bin/sh -ev
  mkdir build
  cd build
  if [ "%type_raw[-64bit]" != "." ]; then
    export CC="gcc -m64"
  fi
  ../configure %c --libdir='${prefix}/%lib'
  make
<<
InfoTest: <<
  TestScript: <<
    #!/bin/sh -ev
    cd build
    make -k check || exit 2
  <<
  TestSuiteSize: small
<<
InstallScript: <<
  #/bin/sh -ev
  cd build && make DESTDIR=%d install
<<
DocFiles: COPYING.LIB AUTHORS NEWS README TODO
InfoDocs: mpc.info
SplitOff: <<
  Package: %N-shlibs
  Depends: gmp%type_pkg[-64bit]-shlibs (>= 4.2), 
libmpfr1%type_pkg[-64bit]-shlibs (>= 2.3.1), ( %type_raw[-64bit] = -64bit ) 
64bit-cpu
  Files: %lib/libmpc.*.dylib
  Shlibs: %p/%lib/libmpc.2.dylib 3.0.0 %n (>= 0.8-1) %type_num[-64bit]
  DocFiles: COPYING.LIB
<<
<<


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to