From: Stefan Schantl Date: Sun, 17 May 2009 19:09:09 +0000 (+0200) Subject: Added additional information to lfs/mpfr. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5de8575047e97c7dc0c8d5ec0f6021a89157420b;p=ipfire-3.x.git Added additional information to lfs/mpfr. --- diff --git a/lfs/mpfr b/lfs/mpfr index 7a69fbb24..72ea5c3ee 100644 --- 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