[arch-commits] Commit in sirocco (5 files)

Antonio Rojas arojas at archlinux.org
Fri Jul 14 23:17:35 UTC 2017


    Date: Friday, July 14, 2017 @ 23:17:35
  Author: arojas
Revision: 245151

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sirocco/repos/
  sirocco/repos/community-i686/
  sirocco/repos/community-i686/PKGBUILD
    (from rev 245150, sirocco/trunk/PKGBUILD)
  sirocco/repos/community-x86_64/
  sirocco/repos/community-x86_64/PKGBUILD
    (from rev 245150, sirocco/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: sirocco/repos/community-i686/PKGBUILD (from rev 245150, sirocco/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2017-07-14 23:17:35 UTC (rev 245151)
@@ -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
+}
+

Copied: sirocco/repos/community-x86_64/PKGBUILD (from rev 245150, sirocco/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2017-07-14 23:17:35 UTC (rev 245151)
@@ -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