Added mpfr-2.3.2 template.

--HG--
extra : convert_revision : 621f2fc3df591bd7a9ba1fe6debccbb6dc1d74c5
This commit is contained in:
Juan RP 2008-10-21 01:49:59 +02:00
parent 84e0dc6717
commit efa86250d8
1 changed files with 17 additions and 0 deletions

17
templates/mpfr.tmpl Normal file
View File

@ -0,0 +1,17 @@
# Template build file for 'mpfr'
pkgname=mpfr
version=2.3.2
distfiles="http://www.mpfr.org/mpfr-current/$pkgname-$version@.tar.bz2"
build_style=gnu_configure
short_desc="Library for multiple-precision floating-point computations"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c
long_desc="
The MPFR library is a C library for multiple-precision floating-point
computations with correct rounding. MPFR has continuously been supported
by the INRIA and the current main authors come from the CACAO and Arénaire
project-teams at Loria (Nancy, France) and LIP (Lyon, France) respectively;
see more on the credit page. MPFR is based on the GMP multiple-precision
library."
build_depends="libtool-2.2.6a gmp-4.2.4"