[arch-commits] Commit in flint/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Mon Jun 6 21:20:10 UTC 2016
Date: Monday, June 6, 2016 @ 23:20:10
Author: arojas
Revision: 178062
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 178061, flint/trunk/PKGBUILD)
flint/repos/community-staging-x86_64/
flint/repos/community-staging-x86_64/PKGBUILD
(from rev 178061, 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 178061, flint/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-06 21:20:10 UTC (rev 178062)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+# Contributor: Alessandro "jakedust" Andrioni <jakedust at gmail.com>
+
+pkgname=flint
+pkgver=2.5.2
+pkgrel=12
+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 178061, flint/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-06-06 21:20:10 UTC (rev 178062)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+# Contributor: Alessandro "jakedust" Andrioni <jakedust at gmail.com>
+
+pkgname=flint
+pkgver=2.5.2
+pkgrel=12
+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
+}
More information about the arch-commits
mailing list