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

Antonio Rojas arojas at archlinux.org
Wed Jun 1 10:31:41 UTC 2016


    Date: Wednesday, June 1, 2016 @ 12:31:41
  Author: arojas
Revision: 177602

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

Added:
  giac/repos/
  giac/repos/community-i686/
  giac/repos/community-i686/PKGBUILD
    (from rev 177601, giac/trunk/PKGBUILD)
  giac/repos/community-x86_64/
  giac/repos/community-x86_64/PKGBUILD
    (from rev 177601, giac/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: giac/repos/community-i686/PKGBUILD (from rev 177601, giac/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-06-01 10:31:41 UTC (rev 177602)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=giac
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
+license=(GPL3)
+depends=(mpfi gsl pari-sage ntl lapack)
+makedepends=(libpng libjpeg fltk)
+optdepends=('fltk: for xcas')
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz")
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+  cd $pkgname-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 177601, giac/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-06-01 10:31:41 UTC (rev 177602)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=giac
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
+license=(GPL3)
+depends=(mpfi gsl pari-sage ntl lapack)
+makedepends=(libpng libjpeg fltk)
+optdepends=('fltk: for xcas')
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz")
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+  cd $pkgname-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list