[arch-commits] Commit in mpfr/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Sep 25 17:47:12 UTC 2008


    Date: Thursday, September 25, 2008 @ 13:47:12
  Author: jgc
Revision: 12991

upgpkg: mpfr 2.3.2-2
    Add texinfo dependency

Modified:
  mpfr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-25 17:24:25 UTC (rev 12990)
+++ PKGBUILD	2008-09-25 17:47:12 UTC (rev 12991)
@@ -4,12 +4,12 @@
 
 pkgname=mpfr
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="multiple-precision floating-point library"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 url="http://www.mpfr.org/"
-depends=('gmp>=4.2.3')
+depends=('gmp>=4.2.3' 'texinfo')
 options=('!libtool')
 install=mpfr.install
 source=(http://www.mpfr.org/mpfr-current/mpfr-${pkgver}.tar.gz)
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr --enable-thread-safe --enable-shared || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
-  cd "${pkgdir}/usr/share/info"
+  cd "${pkgdir}/usr/share/info" || return 1
   rm -f dir
   gzip * || return 1
 }




More information about the arch-commits mailing list