[arch-commits] Commit in giac/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Dec 19 22:56:58 UTC 2017
Date: Tuesday, December 19, 2017 @ 22:56:57
Author: arojas
Revision: 274960
archrelease: copy trunk to community-x86_64
Added:
giac/repos/community-x86_64/PKGBUILD
(from rev 274959, giac/trunk/PKGBUILD)
Deleted:
giac/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-19 22:56:27 UTC (rev 274959)
+++ PKGBUILD 2017-12-19 22:56:57 UTC (rev 274960)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.4.9-41
-pkgver=${_pkgver//-/.}
-pkgrel=1
-pkgdesc="A free computer algebra system"
-arch=(x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core texlive-science hevea)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz")
-sha256sums=('577ee5333df1dcf6657f2020d73ce977a7b90bf1f20c3c2874eacf1ad29cd5e7')
-
-build() {
- cd $pkgbase-${pkgver%.*}
-
- ./configure --prefix=/usr
- make
-}
-
-package_xcas() {
- depends=(libgiac fltk)
- conflicts=(giac)
- provides=(giac)
- replaces=(giac)
-
- cd $pkgbase-${pkgver%.*}
- make DESTDIR="$pkgdir" install
-
- rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
- pkgdesc="Giac shared library"
- depends=(mpfi gsl pari ntl lapack libpng)
-
- cd $pkgbase-${pkgver%.*}
- make DESTDIR="$pkgdir" install
-
- rm -r "$pkgdir"/usr/{bin,share}
-}
Copied: giac/repos/community-x86_64/PKGBUILD (from rev 274959, giac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-19 22:56:57 UTC (rev 274960)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.4.9-43
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core texlive-science hevea)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz")
+sha256sums=('91c160a0445aad64f4251a10854d098de20f8a29c6b152be43c7bd5c09f70bfe')
+
+build() {
+ cd $pkgbase-${pkgver%.*}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package_xcas() {
+ depends=(libgiac fltk)
+ conflicts=(giac)
+ provides=(giac)
+ replaces=(giac)
+
+ cd $pkgbase-${pkgver%.*}
+ make DESTDIR="$pkgdir" install
+
+ rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+ pkgdesc="Giac shared library"
+ depends=(mpfi gsl pari ntl lapack libpng)
+
+ cd $pkgbase-${pkgver%.*}
+ make DESTDIR="$pkgdir" install
+
+ rm -r "$pkgdir"/usr/{bin,share}
+}
More information about the arch-commits
mailing list