]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - mpfr/mpfr.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / mpfr / mpfr.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = mpfr
7 version = 3.1.2
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.mpfr.org/
12 license = LGPLv2+ and GPLv2+ and GFDL
13 summary = A C library for multiple-precision floating-point computations.
14
15 description
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
21 library.
22 end
23
24 source_dl = http://mpfr.loria.fr/mpfr-%{version}/
25
26 build
27 requires
28 gmp-devel >= 4.3.2
29 end
30
31 configure_options += \
32 --enable-thread-safe \
33 --disable-assert
34
35 test
36 export LD_LIBRARY_PATH=$(pwd)/src/.libs
37 make check
38 end
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-devel
45 template DEVEL
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end