[arch-commits] Commit in (sirocco sirocco/trunk sirocco/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jul 14 23:16:56 UTC 2017


    Date: Friday, July 14, 2017 @ 23:16:55
  Author: arojas
Revision: 245150

New sagemath dependency

Added:
  sirocco/
  sirocco/trunk/
  sirocco/trunk/PKGBUILD

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

Added: sirocco/trunk/PKGBUILD
===================================================================
--- sirocco/trunk/PKGBUILD	                        (rev 0)
+++ sirocco/trunk/PKGBUILD	2017-07-14 23:16:55 UTC (rev 245150)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sirocco
+pkgver=2.0
+pkgrel=1
+pkgdesc="C++ library that allows to compute piecewise linear approximations of the path followed by the root of a complex polynomial"
+arch=(i686 x86_64)
+url="https://iuma.unizar.es/es/investigacion/software/sirocco"
+license=(GPL3)
+depends=(mpfr)
+source=("https://iuma.unizar.es/sites/default/files/software/libsirocco-$pkgver.tar_.gz")
+md5sums=('e3e775144ae2bf66eed0066e98e167e9')
+
+build() {
+  cd libsirocco-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsirocco-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list