libmatheval stable port information

Package: libmatheval
Version: 1.1.7
Revision: 1

Source:http://ftp.gnu.org/gnu/%n/%n-%v.tar.gz
Source-MD5: e834271873b73316b92f45b02ad237aa

BuildDepends: <<
gmp,
guile18,
guile18-dev,
libgettext3-dev,
libiconv-dev,
libtool2
<<
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: true

ConfigureParams: --disable-dependency-tracking GUILE=%p/bin/guile-1.8 GUILE_CONFIG=%p/bin/guile-1.8-config GUILE_TOOLS=%p/bin/guile-1.8-tools --disable-static

InfoTest: TestScript: make check || exit 2

DocFiles: AUTHORS COPYING ChangeLog NEWS README THANKS

InfoDocs: libmatheval.info

SplitOff: <<
Package: %N-shlibs
Files: lib/libmatheval.1*
Shlibs: %p/lib/libmatheval.1.dylib 2.0.0 %n (>= 1.1.6-1)
DocFiles: AUTHORS COPYING ChangeLog NEWS README THANKS
<<

DescPackaging: <<
Several deps are only used by the test suite, but ./configure
requires them to exist anyway so not easy to push them into
TestDepends.
<<
Description: Symbolic-expression evaluation
DescDetail: <<
GNU libmatheval is a library (callable from C and Fortran) to parse
and evaluate symbolic expressions input as text. It supports
expressions in any number of variables of arbitrary names, decimal and
symbolic constants, basic unary and binary operators, and elementary
mathematical functions. In addition to parsing and evaluation,
libmatheval can also compute symbolic derivatives and output
expressions to strings.
<<
License: GPL
Homepage: http://www.gnu.org/software/libmatheval
Maintainer: Daniel Macks