[arch-commits] CVS update of extra/lib/mpfr (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Thu Feb 7 19:18:53 UTC 2008
Date: Thursday, February 7, 2008 @ 14:18:53
Author: jgc
Path: /home/cvs-extra/extra/lib/mpfr
Removed: PKGBUILD (1.6)
Moved to core/lib
----------+
PKGBUILD | 34 ----------------------------------
1 file changed, 34 deletions(-)
Index: extra/lib/mpfr/PKGBUILD
diff -u extra/lib/mpfr/PKGBUILD:1.6 extra/lib/mpfr/PKGBUILD:removed
--- extra/lib/mpfr/PKGBUILD:1.6 Sun Oct 28 16:20:25 2007
+++ extra/lib/mpfr/PKGBUILD Thu Feb 7 14:18:53 2008
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD,v 1.6 2007/10/28 20:20:25 jgc Exp $
-# Maintainer:
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=mpfr
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="multiple-precision floating-point library"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-url="http://www.mpfr.org/"
-depends=('gmp>=4.1.0')
-options=('!libtool')
-source=(http://www.mpfr.org/mpfr-current/mpfr-${pkgver}.tar.gz
- http://www.mpfr.org/mpfr-current/patch01
- http://www.mpfr.org/mpfr-current/patch02
- http://www.mpfr.org/mpfr-current/patch03
- http://www.mpfr.org/mpfr-current/patch04)
-md5sums=('93c5969e08520f243a0a1e636d0136ef'
- '64d4d737ef4684721b8b2fe7764d5a95'
- '831349c8ce7c52be1e2591acbb66a342'
- '7cbc1bbe65314e2978ed088593191df1'
- '1fab1f9a2c87be921e410ae930615466')
-
-build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- patch -Np1 -i ${startdir}/src/patch01 || return 1
- patch -Np1 -i ${startdir}/src/patch02 || return 1
- patch -Np1 -i ${startdir}/src/patch03 || return 1
- patch -Np1 -i ${startdir}/src/patch04 || return 1
- ./configure --prefix=/usr --enable-thread-safe --enable-shared || return 1
- make || return 1
- make DESTDIR=${startdir}/pkg install || return 1
-}
More information about the arch-commits
mailing list