void-packages/srcpkgs/mpc/template
2012-01-11 22:27:30 +04:00

19 lines
665 B
Plaintext

# Template build file for 'mpc'
pkgname=mpc
version=0.9
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
build_style=gnu-configure
configure_args="EGREP=egrep"
short_desc="C library for the arithmetic of complex numbers"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac
long_desc="
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
follows the same principles as Mpfr."
bootstrap=yes
subpackages="mpc-devel"
Add_dependency build gmp-devel
Add_dependency build mpfr-devel