[arch-commits] Commit in giac/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Jun 1 16:55:26 UTC 2016
Date: Wednesday, June 1, 2016 @ 18:55:25
Author: arojas
Revision: 177618
archrelease: copy trunk to community-i686, community-x86_64
Added:
giac/repos/community-i686/PKGBUILD
(from rev 177617, giac/trunk/PKGBUILD)
giac/repos/community-x86_64/PKGBUILD
(from rev 177617, giac/trunk/PKGBUILD)
Deleted:
giac/repos/community-i686/PKGBUILD
giac/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 86 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 28 --------------
community-x86_64/PKGBUILD | 28 --------------
3 files changed, 86 insertions(+), 56 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-06-01 16:54:52 UTC (rev 177617)
+++ community-i686/PKGBUILD 2016-06-01 16:55:25 UTC (rev 177618)
@@ -1,28 +0,0 @@
-# $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-i686/PKGBUILD (from rev 177617, giac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-01 16:55:25 UTC (rev 177618)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=giac
+pkgname=(giac libgiac)
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=2
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz")
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+ cd $pkgbase-${pkgver%.*}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package_giac() {
+ depends=(libgiac fltk)
+ provides=(xcas)
+
+ cd $pkgbase-${pkgver%.*}
+ make DESTDIR="$pkgdir" install
+
+ rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+ pkgdesc="Giac shared library"
+ depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+ cd $pkgbase-${pkgver%.*}
+ make DESTDIR="$pkgdir" install
+
+ rm -r "$pkgdir"/usr/{bin,share}
+}
+
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-06-01 16:54:52 UTC (rev 177617)
+++ community-x86_64/PKGBUILD 2016-06-01 16:55:25 UTC (rev 177618)
@@ -1,28 +0,0 @@
-# $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 177617, giac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-06-01 16:55:25 UTC (rev 177618)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=giac
+pkgname=(giac libgiac)
+_pkgver=1.2.2-53
+pkgver=${_pkgver//-/.}
+pkgrel=2
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
+license=(GPL3)
+makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_${_pkgver}.tar.gz")
+md5sums=('5dc4ddfbe068284bf674c866af10f8fb')
+
+build() {
+ cd $pkgbase-${pkgver%.*}
+
+ ./configure --prefix=/usr
+ make
+}
+
+package_giac() {
+ depends=(libgiac fltk)
+ provides=(xcas)
+
+ cd $pkgbase-${pkgver%.*}
+ make DESTDIR="$pkgdir" install
+
+ rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+ pkgdesc="Giac shared library"
+ depends=(mpfi gsl pari-sage ntl lapack libpng)
+
+ cd $pkgbase-${pkgver%.*}
+ make DESTDIR="$pkgdir" install
+
+ rm -r "$pkgdir"/usr/{bin,share}
+}
+
More information about the arch-commits
mailing list