description="C library for the arithmetic of complex numbers." packager="CRUX System Team " maintainer="Lukc " url="http://www.multiprecision.org/" depends=(libmpfr) name=libmpc version=0.8.2 release=1 source=(http://www.multiprecision.org/${name/lib}/download/${name/lib}-$version.tar.gz) build () { cd mpc-$version; ./configure --prefix=$prefix --mandir=$mandir; make; make DESTDIR=$PKG install; }