cddlib stable port information

Package: cddlib
Version: 0.94f
Revision: 1
Maintainer: Dustin Cartwright
HomePage: http://www.ifor.math.ethz.ch/~fukuda/cdd_home/cdd.html
License: GPL
Description: Library for generating vertices of polyhedra
Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/cddlib-094f.tar.gz
Source-MD5: 634eea4a32047cbc243b7f0489103abf
Depends: gmp-shlibs
BuildDepends: gmp, fink (>= 0.24.12), fink-package-precedence
BuildDependsOnly: True
SourceDirectory: cddlib-094f
DocFiles: README COPYING AUTHORS doc/cddlibman.pdf
SetMAKEFLAGS: gmpdir=%p
CompileScript: <<
%{default_script}
fink-package-precedence lib-src lib-src-gmp src src-gmp
<<
InstallScript: <<
cd lib-src && make install prefix=%i
cd lib-src-gmp && make install prefix=%i
<<
DescPort: <<
The build system defaults to setting the gmpdir variable to /usr/local, but we
don't want to encourge gcc to include or link to packages in that hierarchy.
So, we set gmpdir to %p, which is redundant, but at least safer.
<<