]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
mpfr: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:33:22 +0000 (01:33 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:33:22 +0000 (01:33 +0200)
pkgs/core/mpfr/mpfr.nm

index a272f2906b44789f890649bb15fc0b500b5eb647..d5a733d99663613d7702bec0005bd2e6d0c9a696 100644 (file)
@@ -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