mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/giac to 1.9.0.35-2
This commit is contained in:
parent
b080e516b1
commit
15d04b61ba
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
pkgname=giac
|
pkgname=giac
|
||||||
_pkgver=1.9.0-35
|
_pkgver=1.9.0-35
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='A free computer algebra system'
|
pkgdesc='A free computer algebra system'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
|
url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
|
||||||
|
@ -37,4 +37,5 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
cd $pkgbase-${pkgver%.*}
|
cd $pkgbase-${pkgver%.*}
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
sed -e '/blend/d' -i "$pkgdir"/usr/include/giac/plot.h # Fix broken header
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue