[arch-commits] Commit in mpfi/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Jan 18 22:28:13 UTC 2018


    Date: Thursday, January 18, 2018 @ 22:28:12
  Author: arojas
Revision: 284001

archrelease: copy trunk to community-staging-x86_64

Added:
  mpfi/repos/community-staging-x86_64/
  mpfi/repos/community-staging-x86_64/PKGBUILD
    (from rev 284000, mpfi/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: mpfi/repos/community-staging-x86_64/PKGBUILD (from rev 284000, mpfi/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-01-18 22:28:12 UTC (rev 284001)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=mpfi
+pkgver=1.5.3
+pkgrel=2
+pkgdesc="C library for interval arithmetic"
+arch=(x86_64)
+url="http://perso.ens-lyon.fr/nathalie.revol/software.html"
+license=(GPL)
+depends=(mpfr)
+source=("https://gforge.inria.fr/frs/download.php/file/37332/$pkgname-$pkgver.tar.gz")
+sha256sums=('beed2003fdbedf590e8dd6edb4f2321e609e329df99ed4139cd66d7ebbc41240')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list