buildrootschalter/package/mpfr/mpfr.mk
Arnout Vandecappelle (Essensium/Mind) 014f85f91b mpfr: removed redundant HOST_FOO_DEPENDENCIES
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-01-17 23:32:34 +01:00

16 lines
406 B
Makefile

#############################################################
#
# mpfr
#
#############################################################
MPFR_VERSION = 3.0.1
MPFR_SITE = http://www.mpfr.org/mpfr-$(MPFR_VERSION)
MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.bz2
MPFR_INSTALL_STAGING = YES
MPFR_DEPENDENCIES = gmp
MPFR_MAKE_OPT = RANLIB=$(TARGET_RANLIB)
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))