# Description: Highly optimized and portable routines for integer based number theoretic applications
# URL: https://github.com/libtom/libtommath
# Maintainer: Tim Biermann, tbier at posteo dot de

name=libtommath
version=1.3.0
release=1
source=(https://github.com/libtom/libtommath/releases/download/v$version/ltm-$version.tar.xz)

build() {
  cd $name-$version

  make -f makefile.shared IGONE_SPEED=1
  make -f makefile.shared PREFIX=/usr DESTDIR=$PKG INSTALL_GROUP=root install
}
