2 # Maintainer: Michael Fellinger <manveru@www.weez-int.com>
7 pkgdesc="TomsFastMath is a fast public domain, open source, large integer arithmetic library written in portable ISO C."
8 url="http://libtom.org/?page=features&newsitems=5&whatfile=tfm"
9 license="public domain"
10 arch=('i686' 'x86_64')
13 conflicts=('libtommath')
14 replaces=('libtommath')
17 source=("http://libtom.org/files/${_pkgname}-${pkgver}.tar.bz2")
21 cd $startdir/src/$pkgname-$pkgver
22 ./configure --prefix=/usr
24 make DESTDIR=$startdir/pkg install