Date: Thursday, January 18, 2018 @ 22:14:03
  Author: arojas
Revision: 283991

archrelease: copy trunk to community-staging-x86_64

Added:
  sirocco/repos/community-staging-x86_64/
  sirocco/repos/community-staging-x86_64/PKGBUILD
    (from rev 283990, sirocco/trunk/PKGBUILD)

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

Copied: sirocco/repos/community-staging-x86_64/PKGBUILD (from rev 283990, 
sirocco/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-18 22:14:03 UTC (rev 283991)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=sirocco
+pkgver=2.0
+pkgrel=2
+pkgdesc="C++ library that allows to compute piecewise linear approximations of 
the path followed by the root of a complex polynomial"
+arch=(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";)
+sha256sums=('9f4faf8dd1a7645e049e2dae20f4fe3f2c929f998aadd1a4c07c75678982645d')
+
+build() {
+  cd libsirocco-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsirocco-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Reply via email to