mpc: not a bootstrap pkg anymore.

This commit is contained in:
Juan RP 2012-06-03 09:42:49 +02:00
parent 6d241d2375
commit 0075df3a78

View file

@ -3,6 +3,7 @@ pkgname=mpc
version=0.9 version=0.9
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz" distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
build_style=gnu-configure build_style=gnu-configure
subpackages="mpc-devel"
configure_args="EGREP=egrep" configure_args="EGREP=egrep"
makedepends="gmp-devel mpfr-devel" makedepends="gmp-devel mpfr-devel"
revision=1 revision=1
@ -13,6 +14,3 @@ long_desc="
Mpc is a C library for the arithmetic of complex numbers with arbitrarily Mpc is a C library for the arithmetic of complex numbers with arbitrarily
high precision and correct rounding of the result. It is built upon and high precision and correct rounding of the result. It is built upon and
follows the same principles as Mpfr." follows the same principles as Mpfr."
bootstrap=yes
subpackages="mpc-devel"