contrib/libtommath/Pkgfile

16 lines
483 B
Plaintext
Raw Normal View History

# Description: Highly optimized and portable routines for integer based number theoretic applications
# URL: http://www.libtom.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=libtommath
2019-10-24 12:27:15 +02:00
version=1.2.0
release=1
source=(https://github.com/libtom/libtommath/releases/download/v$version/ltm-$version.tar.xz)
build() {
2019-10-24 12:27:15 +02:00
cd $name-$version
make -f makefile.shared IGONE_SPEED=1
make -f makefile.shared PREFIX=/usr DESTDIR=$PKG INSTALL_GROUP=root install
}