# 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=4.0.1
release=1
source=(https://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
}
