Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f0bfc33330989b0004317e52b83112e6835029dd

commit f0bfc33330989b0004317e52b83112e6835029dd
Author: Slown <[email protected]>
Date:   Sun May 18 20:18:18 2014 +0100

pari-2.7.1-1-i686

* version bump

diff --git a/source/xapps-extra/pari/FrugalBuild 
b/source/xapps-extra/pari/FrugalBuild
index 611dd29..7387fb8 100644
--- a/source/xapps-extra/pari/FrugalBuild
+++ b/source/xapps-extra/pari/FrugalBuild
@@ -1,29 +1,30 @@
-# Compiling Time: 0.05 SBU
+# Compiling Time: 1.03 SBU
# Maintainer: Elentir <[email protected]>

pkgname=pari
-pkgver=2.5.3
+pkgver=2.7.1
pkgrel=1
pkgdesc="PARI/GP is a computer algebra system designed for fast computations in 
number theory."
url="http://pari.math.u-bordeaux.fr";
-depends=('gmp>=5.0.1' 'readline' 'libx11')
+depends=('gmp>=5.0.5-2' 'readline' 'libx11')
groups=('xapps-extra')
archs=('i686' 'x86_64')
source=("$url/pub/$pkgname/unix/$pkgname-$pkgver.tar.gz")
up2date="Flasttar $url/pub/$pkgname/unix/"
-sha1sums=('de79eee7ae017a495dc0c648b6f7d5a4f6c7a522')
+sha1sums=('7edec0dfefc5d0c47a7f1c2fb1016cfe313c1652')
Fconfopts+=" --prefix=/usr"

build() {
-  Fcd
-  ## fix a broken symlink
-  Fsed "(LN) gp.1" "(LN) gp-\$version.1" config/Makefile.SH
-  mv Configure configure || Fdie
-  Fconf
-  make gp || Fdie
-  ## force DESTDIR
-  make DESTDIR=$Fdestdir install || Fdie
+       Fcd
+
+       ## fix a broken symlink
+       Fsed "(LN) gp.1" "(LN) gp-\$version.1" config/Makefile.SH
+       mv Configure configure || Fdie
+       Fconf
+       make gp || Fdie
+
+       ## force DESTDIR
+       make DESTDIR=$Fdestdir install || Fdie
}

# optimization OK
-
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to