void-packages/srcpkgs/mpc/template
2012-06-03 09:42:49 +02:00

17 lines
633 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
subpackages="mpc-devel"
configure_args="EGREP=egrep"
makedepends="gmp-devel mpfr-devel"
revision=1
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."