Date: Wednesday, August 31, 2016 @ 08:40:16 Author: arojas Revision: 188102
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: flint/repos/community-staging-i686/ flint/repos/community-staging-i686/PKGBUILD (from rev 188101, flint/trunk/PKGBUILD) flint/repos/community-staging-x86_64/ flint/repos/community-staging-x86_64/PKGBUILD (from rev 188101, flint/trunk/PKGBUILD) -----------------------------------+ community-staging-i686/PKGBUILD | 26 ++++++++++++++++++++++++++ community-staging-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) Copied: flint/repos/community-staging-i686/PKGBUILD (from rev 188101, flint/trunk/PKGBUILD) =================================================================== --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-08-31 08:40:16 UTC (rev 188102) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Rémy Oudompheng <oudom...@clipper.ens.fr> +# Contributor: Alessandro "jakedust" Andrioni <jaked...@gmail.com> + +pkgname=flint +pkgver=2.5.2 +pkgrel=14 +pkgdesc="A C library for doing number theory" +arch=(i686 x86_64) +url="http://www.flintlib.org" +license=(GPL) +depends=(mpfr ntl) +source=("http://www.flintlib.org/flint-$pkgver.tar.gz") +md5sums=('cda885309362150196aed66a5e0f0383') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Copied: flint/repos/community-staging-x86_64/PKGBUILD (from rev 188101, flint/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-08-31 08:40:16 UTC (rev 188102) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Rémy Oudompheng <oudom...@clipper.ens.fr> +# Contributor: Alessandro "jakedust" Andrioni <jaked...@gmail.com> + +pkgname=flint +pkgver=2.5.2 +pkgrel=14 +pkgdesc="A C library for doing number theory" +arch=(i686 x86_64) +url="http://www.flintlib.org" +license=(GPL) +depends=(mpfr ntl) +source=("http://www.flintlib.org/flint-$pkgver.tar.gz") +md5sums=('cda885309362150196aed66a5e0f0383') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --with-gmp=/usr --with-mpfr=/usr --with-ntl=/usr + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}