[arch-commits] CVS update of core/lib/mpfr (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Feb 3 17:14:38 UTC 2008


    Date: Sunday, February 3, 2008 @ 12:14:38
  Author: jgc
    Path: /home/cvs-core/core/lib/mpfr

   Added: PKGBUILD (1.1)

upgpkg: mpfr 2.3.1-1
Move to core, needed for gcc 4.2.3 package


----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


Index: core/lib/mpfr/PKGBUILD
diff -u /dev/null core/lib/mpfr/PKGBUILD:1.1
--- /dev/null	Sun Feb  3 12:14:38 2008
+++ core/lib/mpfr/PKGBUILD	Sun Feb  3 12:14:38 2008
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD,v 1.1 2008/02/03 17:14:38 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=mpfr
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="multiple-precision floating-point library"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+url="http://www.mpfr.org/"
+depends=('gmp>=4.2.2')
+options=('!libtool')
+source=(http://www.mpfr.org/mpfr-current/mpfr-${pkgver}.tar.gz)
+md5sums=('cf882c61f5da60c9f3a61746b8264dd2')
+		  
+build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./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