[arch-commits] Commit in mpfr/repos (testing-x86_64 testing-x86_64/PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Oct 4 15:37:11 UTC 2008
Date: Saturday, October 4, 2008 @ 11:37:11
Author: andyrtr
Revision: 14178
Merged revisions 12991 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/mpfr/trunk
........
r12991 | jgc | 2008-09-25 17:47:12 +0000 (Do, 25 Sep 2008) | 2 lines
upgpkg: mpfr 2.3.2-2
Add texinfo dependency
........
Modified:
mpfr/repos/testing-x86_64/ (properties)
mpfr/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Property changes on: mpfr/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /mpfr/trunk:1-12539
+ /mpfr/trunk:1-14177
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2008-10-04 15:32:30 UTC (rev 14177)
+++ testing-x86_64/PKGBUILD 2008-10-04 15:37:11 UTC (rev 14178)
@@ -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