From: Michael Tremer Date: Thu, 2 Sep 2010 23:33:22 +0000 (+0200) Subject: mpfr: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fa44e6ff4769cf9b3eb14f849277909252c6d38;p=ipfire-3.x.git mpfr: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/mpfr/mpfr.nm b/pkgs/core/mpfr/mpfr.nm index a272f2906..d5a733d99 100644 --- a/pkgs/core/mpfr/mpfr.nm +++ b/pkgs/core/mpfr/mpfr.nm @@ -34,11 +34,11 @@ PKG_URL = http://www.mpfr.org/ PKG_LICENSE = LGPLv2+ and GPLv2+ and GFDL PKG_SUMMARY = A C library for multiple-precision floating-point computations. -PKG_DEPS += gmp +PKG_BUILD_DEPS+= gmp-devel define PKG_DESCRIPTION The MPFR library is a C library for multiple-precision floating-point \ - computations with "correct rounding". The MPFR is efficient and \ + 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 \ @@ -47,6 +47,8 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +PKG_PACKAGES += $(PKG_NAME_REAL)-devel + ifeq "$(MACHINE)" "x86_64" ABI = 64 else