libtommath: update to 1.0.1.

Adopted.
This commit is contained in:
Leah Neukirchen 2017-09-09 19:29:28 +02:00
parent 99a0726175
commit 240b7b0170

View file

@ -1,14 +1,14 @@
# Template file for 'libtommath'
pkgname=libtommath
version=1.0
version=1.0.1
revision=1
hostmakedepends="libtool"
short_desc="A portable number theoretic multiple-precision integer library"
maintainer="Orphaned <orphan@voidlinux.eu>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Public domain"
homepage="http://www.libtom.org/LibTomMath/"
distfiles="https://github.com/libtom/libtommath/releases/download/v${version}/ltm-${version}.tar.xz"
checksum=993a7df9ee091fca430cdde3263df57d88ef62af8103903214da49fc51bbb56c
checksum=47032fb39d698ce4cf9c9c462c198e6b08790ce8203ad1224086b9b978636c69
do_build() {
if [ "$CROSS_BUILD" ]; then
@ -20,7 +20,7 @@ do_build() {
}
do_install() {
make -f makefile.shared DESTDIR=${DESTDIR} install
make -f makefile.shared PREFIX=/usr DESTDIR=${DESTDIR} install
}
libtommath-devel_package() {