Date: Saturday, October 15, 2016 @ 11:50:25 Author: arojas Revision: 192301
Rename libfplll Added: fplll/ fplll/trunk/ fplll/trunk/PKGBUILD ----------+ PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) Added: fplll/trunk/PKGBUILD =================================================================== --- fplll/trunk/PKGBUILD (rev 0) +++ fplll/trunk/PKGBUILD 2016-10-15 11:50:25 UTC (rev 192301) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Antonio Rojas <[email protected]> + +pkgname=fplll +pkgver=5.0.3rc0 +pkgrel=1 +pkgdesc="Lattice algorithms using floating-point arithmetic" +arch=(i686 x86_64) +url="https://github.com/fplll/fplll" +license=(LGPL) +depends=(mpfr qd) +conflicts=(libfplll) +replaces=(libfplll) +source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz") +md5sums=('b457c99950de200240596abf0368b70a') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + Property changes on: fplll/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
