1 # Maintainer: Giovanni Scafora <giovanni@archlinux.org>
2 # Contributor: suasageandeggs <s_stoakley@hotmail.co.uk>
3 # Contributor: Michael Fellinger <manveru@www.weez-int.com>
8 pkgdesc="Highly optimized and portable routines for integer based number theoretic applications"
9 url="http://www.libtom.org/"
13 source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz")
14 sha256sums=('b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1')
19 make -f makefile.shared IGNORE_SPEED=1
25 make -f makefile.shared PREFIX=/usr DESTDIR="$pkgdir" INSTALL_GROUP=root install
26 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"