mpc: update to 0.9

This commit is contained in:
ojab 2012-01-11 22:27:30 +04:00
parent c501c066ba
commit bb991eabea
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,4 @@
libmpfr.so.4 libmpfr.so.4
libgmp.so.10 libgmp.so.10
libc.so.6 libc.so.6
libm.so.6

View file

@ -1,12 +1,12 @@
# Template build file for 'mpc' # Template build file for 'mpc'
pkgname=mpc pkgname=mpc
version=0.8.2 version=0.9
revision=2
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
configure_args="EGREP=egrep"
short_desc="C library for the arithmetic of complex numbers" short_desc="C library for the arithmetic of complex numbers"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ae79f8d41d8a86456b68607e9ca398d00f8b7342d1d83bcf4428178ac45380c7 checksum=fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac
long_desc=" 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