mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
15039f3ae8
Ref #3028
21 lines
523 B
Plaintext
21 lines
523 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 3.0.0
|
|
DOWNLOADS := mpfr.archive
|
|
|
|
URL(mpfr) := https://gforge.inria.fr/frs/download.php/file/27104/mpfr-3.0.0.tar.xz
|
|
SHA(mpfr) := 22de51fee8ccfae75eaea85938acf8c9d8e9415269d9abb7ced52ebf0a29b5d8
|
|
SIG(mpfr) := ${URL(mpfr)}.asc
|
|
KEY(mpfr) := GNU
|
|
DIR(mpfr) := src/lib/mpfr
|
|
|
|
TAR_OPT(mpfr) := --strip-components=1
|
|
|
|
DIRS := include/mpfr
|
|
DIR_CONTENT(include/mpfr) := src/lib/mpfr/mpfr.h
|
|
|
|
default: include/mpfr/mparam.h
|
|
|
|
include/mpfr/mparam.h: _dirs
|
|
@$(MSG_INSTALL)$@
|
|
@cp src/lib/mpfr/mparam_h.in $@
|