# Description: Package for correctly-rounded arbitrary precision decimal floating point arithmetic.
# URL:         https://www.bytereef.org/mpdecimal/index.html
# Maintainer:  CRUX System Team, core-ports at crux dot nu

name=mpdecimal
version=2.5.1
release=1
source=(http://www.bytereef.org/software/$name/releases/$name-$version.tar.gz)

build() {
	cd $name-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install

	rm -r $PKG/usr/share/doc
	rmdir $PKG/usr/share
}
