core/mpdecimal/Pkgfile
2021-12-13 12:03:15 +01:00

21 lines
474 B
Plaintext

# 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=(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
rmdir $PKG/usr/share
}