PKG_NAME = mpfr
PKG_VER = 2.4.1
+PKG_REL = 0
THISAPP = $(PKG_NAME)-$(PKG_VER)
DL_FILE = $(THISAPP).tar.bz2
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