]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libmpc/libmpc.nm
Merge remote-tracking branch 'maniacikarus/ids'
[people/ms/ipfire-3.x.git] / libmpc / libmpc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libmpc
7 version = 0.9
8 release = 2
9
10 groups = System/Libraries
11 url = http://www.multiprecision.org/
12 license = LGPLv2.1+
13 summary = Mpc is a C library for the arithmetic of complex numbers.
14
15 thisapp = mpc-%{version}
16
17 description
18 Mpc is a C library for the arithmetic of complex numbers with \
19 arbitrarily high precision and correct rounding of the result. \
20 It is built upon and follows the same principles as Mpfr.
21 end
22
23 source_dl = http://www.multiprecision.org/mpc/download/
24
25 build
26 requires
27 gmp-devel>=4.3.2
28 mpfr-devel>=2.4.2
29 end
30
31 # http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-February/000805.html
32 export EGREP=egrep
33
34 test
35 make check
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end