void-packages/srcpkgs/mpc/template

19 lines
665 B
Text
Raw Normal View History

# Template build file for 'mpc'
pkgname=mpc
2012-01-11 18:27:30 +00:00
version=0.9
2010-05-26 14:00:11 +00:00
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
build_style=gnu-configure
2012-01-11 18:27:30 +00:00
configure_args="EGREP=egrep"
short_desc="C library for the arithmetic of complex numbers"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-01-11 18:27:30 +00:00
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