]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - mpfr/mpfr.nm
mpfr: Move mpfr-compat package into own build file.
[people/ms/ipfire-3.x.git] / mpfr / mpfr.nm
CommitLineData
a91543e1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a91543e1
MT
4###############################################################################
5
802ea3af 6name = mpfr
ee1f8b9c
SS
7version = 3.1.2
8release = 1
802ea3af
MT
9
10groups = System/Libraries
11url = http://www.mpfr.org/
12license = LGPLv2+ and GPLv2+ and GFDL
13summary = A C library for multiple-precision floating-point computations.
14
15description
16 The MPFR library is a C library for multiple-precision floating-point
17 computations with correct rounding. The MPFR is efficient and
18 also has a well-defined semantics. It copies the good ideas from the
19 ANSI/IEEE-754 standard for double-precision floating-point arithmetic
20 (53-bit mantissa). MPFR is based on the GMP multiple-precision
a91543e1 21 library.
802ea3af
MT
22end
23
4598ee07 24source_dl = http://mpfr.loria.fr/mpfr-%{version}/
802ea3af
MT
25
26build
27 requires
ee1f8b9c 28 gmp-devel >= 4.3.2
802ea3af
MT
29 end
30
31 configure_options += \
35de29fe
MT
32 --enable-thread-safe \
33 --disable-assert
34
802ea3af 35 test
ee1f8b9c 36 export LD_LIBRARY_PATH=$(pwd)/src/.libs
802ea3af
MT
37 make check
38 end
39end
40
41packages
42 package %{name}
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
46 end
4598ee07 47
1f9bc2f0
MT
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end