1 # Contributor: Rémy Oudompheng <oudomphe@clipper.ens.fr>
6 pkgdesc="Implementation of a floating-point LLL algorithm"
8 url="http://perso.ens-lyon.fr/damien.stehle/"
10 depends=('gmp' 'mpfr')
11 source=(http://perso.ens-lyon.fr/damien.stehle/downloads/libfplll-$pkgver.tar.gz)
14 cd "$startdir/src/libfplll-$pkgver"
16 ./configure --prefix=/usr
18 make DESTDIR="$startdir/pkg" install
20 mkdir -p "$pkgdir/usr/include/fplll"
21 mv "$pkgdir"/usr/include/*.h "$pkgdir/usr/include/fplll/"
22 mv "$pkgdir"/usr/include/*.cpp "$pkgdir/usr/include/fplll/"
25 md5sums=('3b1cf0f3c4bcbe8b40da3d14c8029c58')