]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - mpfr/mpfr.nm
Move all packages to root.
[people/arne_f/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
MT
6name = mpfr
7version = 3.0.0
8release = 1
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
24source_dl =
25
26build
27 requires
28 gmp-devel
29 end
30
31 configure_options += \
32 --enable-thread-safe
33
34 test
35 make check
36 end
37end
38
39packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45end