2014-05-07 21:52:52 +00:00
|
|
|
LICENSE := GPLv3
|
2019-10-24 13:52:01 +00:00
|
|
|
VERSION := 4.0.2
|
2014-05-07 21:52:52 +00:00
|
|
|
DOWNLOADS := mpfr.archive
|
|
|
|
|
2019-10-24 13:52:01 +00:00
|
|
|
URL(mpfr) := https://gforge.inria.fr/frs/download.php/file/37888/mpfr-4.0.2.tar.xz
|
|
|
|
SHA(mpfr) := 1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a
|
2014-05-07 21:52:52 +00:00
|
|
|
SIG(mpfr) := ${URL(mpfr)}.asc
|
|
|
|
KEY(mpfr) := GNU
|
|
|
|
DIR(mpfr) := src/lib/mpfr
|
|
|
|
|
2018-10-30 12:11:08 +00:00
|
|
|
TAR_OPT(mpfr) := --strip-components=1
|
|
|
|
|
2019-10-24 13:52:01 +00:00
|
|
|
DIRS := include/mpfr include/generic include/arm include/x86
|
|
|
|
DIR_CONTENT(include/mpfr) := src/lib/mpfr/src/mpfr.h
|
|
|
|
DIR_CONTENT(include/generic) := src/lib/mpfr/src/generic/*
|
|
|
|
DIR_CONTENT(include/arm) := src/lib/mpfr/src/generic/*
|
|
|
|
DIR_CONTENT(include/x86) := src/lib/mpfr/src/generic/*
|
2014-05-07 21:52:52 +00:00
|
|
|
|
|
|
|
default: include/mpfr/mparam.h
|
|
|
|
|
|
|
|
include/mpfr/mparam.h: _dirs
|
|
|
|
@$(MSG_INSTALL)$@
|
2019-10-24 13:52:01 +00:00
|
|
|
@cp src/lib/mpfr/src/mparam_h.in $@
|