1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 thisapp = mpc-%{version}
12 groups = System/Libraries
13 url = http://www.multiprecision.org/
15 summary = Mpc is a C library for the arithmetic of complex numbers.
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.
23 source_dl = http://www.multiprecision.org/mpc/download/
33 configure_options += \
42 # Only install libraries.
43 mkdir -pv %{BUILDROOT}%{libdir}
44 install -m 644 src/.libs/libmpc.so.2.0.0 %{BUILDROOT}%{libdir}
45 ln -svf libmpc.so.2.0.0 %{BUILDROOT}%{libdir}/libmpc.so.2
64 package %{name}-debuginfo