]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/mpfr.
authorStefan Schantl <Stevee@ipfire.org>
Sun, 17 May 2009 19:09:09 +0000 (21:09 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sun, 17 May 2009 19:09:09 +0000 (21:09 +0200)
lfs/mpfr

index 7a69fbb24a56f64b726706a3e380820c41ef104e..72ea5c3ee255f5c9923f88502053fdaf93ee796b 100644 (file)
--- a/lfs/mpfr
+++ b/lfs/mpfr
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = mpfr
 PKG_VER    = 2.4.1
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,9 +34,25 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GRPUP      = System/Libraries
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+DEPS       = 
+
+URL        = http://www.mpfr.org/
+LICENSE    = LGPLv2+ and GPLv2+ and GFDL
+SHORT_DESC = A C library for multiple-precision floating-point computations.
+
+define LONG_DESC
+       The MPFR library is a C library for multiple-precision floating-point \
+       computations with "correct rounding". The MPFR is efficient and \
+       also has a well-defined semantics. It copies the good ideas from the \
+       ANSI/IEEE-754 standard for double-precision floating-point arithmetic \
+       (53-bit mantissa). MPFR is based on the GMP multiple-precision \
+       library.
+endef
 
 ###############################################################################
 # Top-level Rules