void-packages/srcpkgs/mpc/template
Juan RP 5355f32aca xbps-src: support building bootstrap pkgs in chroot with -D.
The base_chroot var has been renamed to bootstrap, to avoid conflicts
with the base-chroot pkg. So now you can rebuild any bootstrap package
if the masterdir is ready (base-chroot already) installed and
installation is only to destdir.
2011-07-06 08:16:56 +02:00

22 lines
721 B
Plaintext

# Template build file for 'mpc'
pkgname=mpc
version=0.8.2
revision=1
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
build_style=gnu_configure
short_desc="C library for the arithmetic of complex numbers"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ae79f8d41d8a86456b68607e9ca398d00f8b7342d1d83bcf4428178ac45380c7
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 run glibc
Add_dependency run gmp
Add_dependency run mpfr
Add_dependency build gmp-devel
Add_dependency build mpfr-devel